Reflection Java Book

Constructor provides information about a single constructor for a class.
Get the annotation declared for this constructor
T getAnnotation(Class annotationClass)
Returns this element's annotation for the specified type if such an annotation is present, else null.
Annotation[] getDeclaredAnnotations()
Returns all annotations that are directly present on this element.