Searched defs:annotations (Results 1 – 11 of 11) sorted by relevance
29 private Set<IAnnotation> annotations; field in SigAnnotatableElement39 public void setAnnotations(Set<IAnnotation> annotations) { in setAnnotations()
87 public String formatAnnotations(Set<DexAnnotation> annotations) { in formatAnnotations()
30 private Set<DexAnnotation> annotations; field in DexParameterImpl
36 private Set<DexAnnotation> annotations; field in DexFieldImpl
47 private Set<DexAnnotation> annotations; field in DexMethodImpl
63 private Set<DexAnnotation> annotations; field in DexClassImpl
541 Set<IAnnotation> annotations = new HashSet<IAnnotation>(); in convertAnnotations() local551 AnnotationDesc[] annotations = type.annotations(); in annotationRetentionIsSource() local
299 Annotation[] annotations = testMethod.getAnnotations(); in getAnnotation() local
528 AnnotationDesc[] annotations = method.annotations(); in getTestMethods() local
70 Set<IAnnotation> annotations = field.getAnnotations(); in convertAnnotationDefinition1() local94 Set<IAnnotation> annotations = sigClass.getAnnotations(); in convertAnnotationDefinition2() local
795 Set<IAnnotation> annotations = new HashSet<IAnnotation>(); in convertAnnotations() local