Searched refs:isAnnotationPresent (Results 1 – 7 of 7) sorted by relevance
70 boolean isAnnotationPresent(Class<? extends Annotation> annotationType); in isAnnotationPresent() method
242 ao.isAnnotationPresent(AnnotationRuntime0.class)); in test_isAnnotationPresent()244 ao.isAnnotationPresent(AnnotationSource0.class)); in test_isAnnotationPresent()247 ao.isAnnotationPresent(null); in test_isAnnotationPresent()
482 assertTrue(p.isAnnotationPresent(clazz)); in test_isAnnotationPresent()483 assertFalse(p.isAnnotationPresent(Deprecated.class)); in test_isAnnotationPresent()486 assertFalse(p.isAnnotationPresent(clazz)); in test_isAnnotationPresent()487 assertFalse(p.isAnnotationPresent(Deprecated.class)); in test_isAnnotationPresent()
717 assertTrue(PublicTestClass.class.isAnnotationPresent(TestAnnotation.class)); in test_isAnnotationPresent()718 assertFalse(ExtendTestClass1.class.isAnnotationPresent(TestAnnotation.class)); in test_isAnnotationPresent()719 assertFalse(String.class.isAnnotationPresent(Deprecated.class)); in test_isAnnotationPresent()720 assertTrue(ExtendTestClass.class.isAnnotationPresent(TestAnnotation.class)); in test_isAnnotationPresent()721 assertTrue(ExtendTestClass.class.isAnnotationPresent(Deprecated.class)); in test_isAnnotationPresent()
138 public boolean isAnnotationPresent( in isAnnotationPresent() method in Package
338 clazz.isAnnotationPresent(Inherited.class)) { in getAnnotations()1331 public boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) { in isAnnotationPresent() method in Class
189 public boolean isAnnotationPresent(Class<? extends Annotation> annotationType) { in isAnnotationPresent() method in AccessibleObject