sugar4j.lang
Interface JavaLangAnnotation


public interface JavaLangAnnotation

Public classes and fields contained in the java.lang.annotation package.
Time generated: Sun Feb 10 21:47:33 CET 2008.

See additional fields:

Author:
sugar4j.eclipse.core.util.PackageInterface$Itf. Author of the generator: krizzdewizz

Field Summary
static String Annotation
           
static String AnnotationFormatError
           
static String AnnotationTypeMismatchException
           
static String Documented
           
static String ElementType
           
static String ElementTypeANNOTATION_TYPE
           
static String ElementTypeCONSTRUCTOR
           
static String ElementTypeFIELD
           
static String ElementTypeLOCAL_VARIABLE
           
static String ElementTypeMETHOD
           
static String ElementTypePACKAGE
           
static String ElementTypePARAMETER
           
static String IncompleteAnnotationException
           
static String Inherited
           
static String JavaLangAnnotation
           
static String Retention
           
static String RetentionPolicy
           
static String RetentionPolicyCLASS
           
static String RetentionPolicyRUNTIME
           
static String RetentionPolicySOURCE
           
static String Target
           
 

Field Detail

JavaLangAnnotation

static final String JavaLangAnnotation
See Also:
Constant Field Values

Annotation

static final String Annotation
See Also:
Constant Field Values

AnnotationFormatError

static final String AnnotationFormatError
See Also:
Constant Field Values

AnnotationTypeMismatchException

static final String AnnotationTypeMismatchException
See Also:
Constant Field Values

Documented

static final String Documented
See Also:
Constant Field Values

ElementType

static final String ElementType
See Also:
Constant Field Values

ElementTypeANNOTATION_TYPE

static final String ElementTypeANNOTATION_TYPE
See Also:
Constant Field Values

ElementTypeCONSTRUCTOR

static final String ElementTypeCONSTRUCTOR
See Also:
Constant Field Values

ElementTypeFIELD

static final String ElementTypeFIELD
See Also:
Constant Field Values

ElementTypeLOCAL_VARIABLE

static final String ElementTypeLOCAL_VARIABLE
See Also:
Constant Field Values

ElementTypeMETHOD

static final String ElementTypeMETHOD
See Also:
Constant Field Values

ElementTypePACKAGE

static final String ElementTypePACKAGE
See Also:
Constant Field Values

ElementTypePARAMETER

static final String ElementTypePARAMETER
See Also:
Constant Field Values

IncompleteAnnotationException

static final String IncompleteAnnotationException
See Also:
Constant Field Values

Inherited

static final String Inherited
See Also:
Constant Field Values

Retention

static final String Retention
See Also:
Constant Field Values

RetentionPolicy

static final String RetentionPolicy
See Also:
Constant Field Values

RetentionPolicyCLASS

static final String RetentionPolicyCLASS
See Also:
Constant Field Values

RetentionPolicyRUNTIME

static final String RetentionPolicyRUNTIME
See Also:
Constant Field Values

RetentionPolicySOURCE

static final String RetentionPolicySOURCE
See Also:
Constant Field Values

Target

static final String Target
See Also:
Constant Field Values