Searched defs:methodAnnotations (Results 1 – 6 of 6) sorted by relevance
96 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithBooleanElement() local112 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithByteElement() local128 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithCharElement() local144 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithDoubleElement() local160 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithFloatElement() local176 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithIntElement() local192 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithLongElement() local208 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithShortElement() local224 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithStingElement() local242 Annotation[] methodAnnotations = getMethodAnnotations(methodId); in addMethodAnnotationWithEnumElement() local[all …]
55 ImmutableSet<Class<? extends Annotation>> methodAnnotations() { in methodAnnotations() method in AnyBindingMethodValidator
264 String methodAnnotations; in abstractModuleHasInstanceBindingMethodsError() local
155 private final ImmutableList<String> methodAnnotations; field in AutoValueOrOneOfProcessor.Property165 ImmutableList<String> methodAnnotations, in Property()393 ImmutableList<String> methodAnnotations = annotationStrings(methodAnnotationMirrors); in propertySet() local
172 List<String> methodAnnotations = new ArrayList<>(); field in PropertyAnnotationsTest.OutputFileBuilder
1602 List<CommonTree> methodAnnotations; field in smaliParser.statements_and_directives_scope