Home
last modified time | relevance | path

Searched defs:annotation (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementTestSupport.java175 Class<? extends Annotation> annotation) { in assertPresent()
186 Class<? extends Annotation> annotation) { in assertDeclared()
216 Annotation annotation = annotatedElement.getDeclaredAnnotation(annotationType); in assertGetDeclaredAnnotation() local
245 Annotation annotation, String expectedAnnotationString) { in assertAnnotationMatches()
294 private static String createAnnotationTestString(Annotation annotation) { in createAnnotationTestString()
299 private static String createArgumentsTestString(Annotation annotation) { in createArgumentsTestString()
/libcore/luni/src/main/java/libcore/reflect/
DAnnotatedElements.java78 private static <T extends Annotation> void insertAnnotationValues(Annotation annotation, in insertAnnotationValues()
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java192 String[] annotation = getSignatureAnnotation(); in getSignatureAttribute() local
DExecutable.java713 String[] annotation = getSignatureAnnotation(); in getSignatureAttribute() local
/libcore/ojluni/src/main/java/java/lang/
DClass.java2493 A annotation = getDeclaredAnnotation(annotationClass); in getAnnotation() local
2624 String[] annotation = getSignatureAnnotation(); in getSignatureAttribute() local