Java Doc for AnnotationSource.java in » 6.0-JDK-Modules » jaxb-impl » com » sun » xml » bind » v2 » model » annotation » Java Source Code / Java DocumentationJava Source Code and Java Documentation
Gets the value of the specified annotation from the given property.
When this method is used for a property that consists of a getter and setter,
it returns the annotation on either of those methods. If both methods have
the same annotation, it is an error.
null if the annotation is not present.