Mega Code Archive

 
Categories / Java Book / 008 Reflection
 

0469 Is Annotation present

boolean isAnnotationPresent(Class<? extends Annotation> annotationClass) Returns true if an annotation for the specified type is present on this element, else false