| Home >> All >> java >> lang >> [ annotation Javadoc ] |
java.lang.annotation: Javadoc index of package java.lang.annotation.
Package Samples:
java.lang.annotation: Core classes including wrappers for primitive types, classes, packages and class loaders, representations of the system, processes, threads and the core exception hierarchy.
Classes:
AnnotationTypeMismatchException: Thrown when accessing an element within an annotation for which the type has changed, since compilation or serialization took place. The mismatch between the compiled or serialized type and the current type causes this exception to be thrown.
Annotation: This is the common interface for all annotations. Note that classes that implement this class manually are not classed as annotations, and that this interface does not define an annotation type in itself.
AnnotationFormatError: Thrown when an annotation found in a class file is malformed. When the virtual machine finds a class file containing annotations, it attempts to parse them. This error is thrown if this operation fails.
| Home | Contact Us | Privacy Policy | Terms of Service |