Lines Matching refs:ANNOTATION
268 } else if (from.getKind() == Kind.ANNOTATION) {
598 * Returns the annotation elements for the given annotation. The returned
601 * @param annotation
602 * the annotation to return the elements for
603 * @return the default enriched annotation elements
606 IAnnotation annotation) {
608 annotation.getElements());
615 for (IAnnotationField field : annotation.getType().getClassDefinition()