Interface | Description |
---|---|
Annotation |
Base interface for all annotation types [Sun
docs].
|
Class | Description |
---|---|
Annotation |
Base interface for all annotation types [Sun
docs].
|
AnnotationFormatError |
Indicates the annotation parser determined the annotation was malformed when
reading from the class file [Sun
docs].
|
AnnotationTypeMismatchException |
Indicates an attempt to access an element of an annotation that has changed
since it was compiled or serialized [Sun
docs].
|
ElementType |
Enumerates types of declared elements in a Java program [Sun
docs].
|
IncompleteAnnotationException |
Indicates an attempt to access an element of an annotation that was added
since it was compiled or serialized [Sun
docs].
|
RetentionPolicy |
Enumerates annotation retention policies [Sun
docs].
|
Enum | Description |
---|---|
ElementType |
Enumerates types of declared elements in a Java program [Sun
docs].
|
RetentionPolicy |
Enumerates annotation retention policies [Sun
docs].
|
Exception | Description |
---|---|
AnnotationTypeMismatchException |
Indicates an attempt to access an element of an annotation that has changed
since it was compiled or serialized [Sun
docs].
|
IncompleteAnnotationException |
Indicates an attempt to access an element of an annotation that was added
since it was compiled or serialized [Sun
docs].
|
Error | Description |
---|---|
AnnotationFormatError |
Indicates the annotation parser determined the annotation was malformed when
reading from the class file [Sun
docs].
|
Annotation Type | Description |
---|---|
Documented |
Annotation which indicates annotations should be documented by javadoc/etc [Sun
docs].
|
Documented |
Annotation which indicates annotations should be documented by javadoc/etc [Sun
docs].
|
Inherited |
Annotation which indicates an annotation type is automatically inherited [Sun
docs].
|
Inherited |
Annotation which indicates an annotation type is automatically inherited [Sun
docs].
|
Retention |
Annotation which indicates how long annotations should be retained [Sun
doc].
|
Retention |
Annotation which indicates how long annotations should be retained [Sun
doc].
|
Target |
Annotation which indicates the kinds of program element to which an
annotation type is applicable [Sun
docs].
|
Target |
Annotation which indicates the kinds of program element to which an
annotation type is applicable [Sun
docs].
|
Copyright © 2018. All rights reserved.