Java.Lang.Annotation Namespace

Documentation for this section has not yet been entered.

Remarks

To be added.

Classes

TypeReason
AnnotationFormatErrorIndicates that an annotation in the binary representation of a class is syntactically incorrect and the annotation parser is unable to process it.
AnnotationTypeMismatchExceptionIndicates that an annotation type has changed since it was compiled or serialized.
DocumentedDefines a meta-annotation for indicating that an annotation is documented and considered part of the public API.
DocumentedAttributeDocumentation for this section has not yet been entered.
ElementTypeDefines an enumeration for Java program elements.
IAnnotationDefines the interface implemented by all annotations.
IDocumentedDefines a meta-annotation for indicating that an annotation is documented and considered part of the public API.
IInheritedDefines a meta-annotation for indicating that an annotation is automatically inherited.
IncompleteAnnotationExceptionIndicates that an element of an annotation type was accessed that was added after the type was compiled or serialized.
InheritedDefines a meta-annotation for indicating that an annotation is automatically inherited.
InheritedAttributeDocumentation for this section has not yet been entered.
IRetentionDefines a meta-annotation for determining the scope of retention for an annotation.
ITargetDefines a meta-annotation for determining what Java.Lang.Annotation.ElementTypes an annotation can be applied to.
RetentionDefines a meta-annotation for determining the scope of retention for an annotation.
RetentionAttributeDocumentation for this section has not yet been entered.
RetentionPolicyDefines an enumeration for annotation retention policies.
TargetDefines a meta-annotation for determining what Java.Lang.Annotation.ElementTypes an annotation can be applied to.
TargetAttributeDocumentation for this section has not yet been entered.