Package java.lang.annotation

Classes to handle annotations.

Exception Summary

AnnotationTypeMismatchException Thrown when accessing an element within an annotation for which the type has changed, since compilation or serialization took place.

Error Summary

AnnotationFormatError Thrown when an annotation found in a class file is malformed.
Classes to handle annotations.