See: Description
Interface | Description |
---|---|
AnnotatedElement |
Describes an element that declares annotations.
|
AnnotationDescription |
An annotation description describes
Annotation meta data of a class without this class
being required to be loaded. |
AnnotationDescription.EnumerationValue |
Represents a value of an
Enum which is a value of an
AnnotationDescription . |
AnnotationDescription.Loadable<S extends Annotation> |
An annotation description that is linked to a given loaded annotation type which allows its representation
as a fully loaded instance.
|
AnnotationList |
Defines a list of annotation instances.
|
Class | Description |
---|---|
AnnotationDescription.AbstractAnnotationDescription |
An adapter implementaton of an annotation.
|
AnnotationDescription.AbstractAnnotationDescription.ForPrepared<S extends Annotation> |
An abstract implementation of a loadable annotation description.
|
AnnotationDescription.EnumerationValue.AbstractEnumerationValue |
An adapter implementation of an enumeration value.
|
AnnotationDescription.EnumerationValue.ForLoadedEnumeration |
An enumeration value representing a loaded enumeration.
|
AnnotationDescription.ForLoadedAnnotation<S extends Annotation> |
A description of an already loaded annotation.
|
AnnotationList.Empty |
Represents an empty annotation list.
|
AnnotationList.Explicit |
Represents a list of explicitly provided annotation descriptions.
|
AnnotationList.ForLoadedAnnotation |
Describes an array of loaded
Annotation s as an annotatoon list. |
Copyright © 2014–2015. All rights reserved.