getAnnotation
Finds an Annotation of the selected T type.
Return
an instance of T wrapped in Annotation or null if the javaClass is not annotated.
Finds an Annotation of the selected T type.
Return
an instance of T wrapped in Annotation or null if the javaClass is not annotated.
Parameters
annotationClass
type of the annotation to search for.