Searched defs:annotationElements (Results 1 – 6 of 6) sorted by relevance
149 TypeElement annotationElement, Set<TypeElement> annotationElements) { in nestedAnnotationElements()152 TRAVERSE_NESTED_ANNOTATIONS.visit(method.getReturnType(), annotationElements); in nestedAnnotationElements() local
54 … @Nonnull Collection<? extends AnnotationElement> annotationElements, in writeElementsTo()
72 List<? extends Element> annotationElements = packageElement.getEnclosedElements(); in getAnnotationList() local
451 ArrayList<MethodInfo> annotationElements = original.annotationElements(); in createDeltaClass() local460 constructors, methods, annotationElements, in createDeltaClass() local
126 MethodDoc[] annotationElements; in initClass() local
148 ArrayList<MethodInfo> annotationElements, ArrayList<FieldInfo> fields, in init()654 public ArrayList<MethodInfo> annotationElements() { in annotationElements() method in ClassInfo