Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A E F H J S T

A

Annotation - interface java.lang.annotation.Annotation.
This is the common interface for all annotations.
AnnotationFormatError - error java.lang.annotation.AnnotationFormatError.
Thrown when an annotation found in a class file is malformed.
AnnotationFormatError(String) - Constructor for class java.lang.annotation.AnnotationFormatError
Constructs a new AnnotationFormatError using the specified message to give details of the error.
AnnotationFormatError(String, Throwable) - Constructor for class java.lang.annotation.AnnotationFormatError
Constructs a new AnnotationFormatError using the specified message to give details of the error.
AnnotationFormatError(Throwable) - Constructor for class java.lang.annotation.AnnotationFormatError
Constructs a new AnnotationFormatError using the supplied cause Throwable to provide additional history, with regards to the root of the problem.
AnnotationTypeMismatchException - exception java.lang.annotation.AnnotationTypeMismatchException.
Thrown when accessing an element within an annotation for which the type has changed, since compilation or serialization took place.
AnnotationTypeMismatchException(Method, String) - Constructor for class java.lang.annotation.AnnotationTypeMismatchException
Constructs an AnnotationTypeMismatchException which is due to a mismatched type in the annotation element, m.
annotationType() - Method in interface java.lang.annotation.Annotation
Returns the type of this annotation.

E

element - Variable in class java.lang.annotation.AnnotationTypeMismatchException
The element from the annotation.
element() - Method in class java.lang.annotation.AnnotationTypeMismatchException
Returns the element from the annotation, for which a mismatch occurred.
equals(Object) - Method in interface java.lang.annotation.Annotation
Returns true if the supplied object is equivalent to this annotation.

F

foundType - Variable in class java.lang.annotation.AnnotationTypeMismatchException
The erroneous type used by the element.
foundType() - Method in class java.lang.annotation.AnnotationTypeMismatchException
Returns the erroneous type used by the element, represented as a String.

H

hashCode() - Method in interface java.lang.annotation.Annotation
Returns the hash code of the annotation.

J

java.lang.annotation - package 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.

S

serialVersionUID - Static variable in class java.lang.annotation.AnnotationFormatError
 
serialVersionUID - Static variable in class java.lang.annotation.AnnotationTypeMismatchException
For compatability with Sun's JDK

T

toString() - Method in interface java.lang.annotation.Annotation
Returns a textual representation of the annotation.

A E F H J S T