Interface AnnotationReader
public interface AnnotationReader
-
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation
(Class<T> annotationType) <T extends Annotation>
booleanisAnnotationPresent
(Class<T> annotationType)
-
Method Details
-
getAnnotation
-
isAnnotationPresent
-
getAnnotations
Annotation[] getAnnotations()
-