See: Description
| Interface | Description |
|---|---|
| AnnotatedCodeElement |
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.AnnotationValue<T,S> |
A description of an annotation's value.
|
| AnnotationDescription.AnnotationValue.Loaded<U> |
A loaded variant of an
AnnotationDescription.AnnotationValue. |
| 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.AbstractBase |
An adapter implementation of an annotation.
|
| AnnotationDescription.AbstractBase.ForPrepared<S extends Annotation> |
An abstract implementation of a loadable annotation description.
|
| AnnotationDescription.AnnotationInvocationHandler<T extends Annotation> |
An
InvocationHandler for implementing annotations. |
| AnnotationDescription.AnnotationInvocationHandler.DefaultValue |
Represents a default value for an annotation property that is not explicitly defined by
an annotation.
|
| AnnotationDescription.AnnotationValue.ForAnnotation<U extends Annotation> |
A description of an
Annotation as a value of another annotation. |
| AnnotationDescription.AnnotationValue.ForAnnotation.IncompatibleRuntimeType |
Represents an annotation value which was attempted to ba loaded by a type that does not represent
an annotation value.
|
| AnnotationDescription.AnnotationValue.ForAnnotation.Loaded<V extends Annotation> |
A loaded version of the described annotation.
|
| AnnotationDescription.AnnotationValue.ForComplexArray<U,V> |
Describes a complex array that is the value of an annotation.
|
| AnnotationDescription.AnnotationValue.ForComplexArray.Loaded<W> |
Represents a loaded complex array.
|
| AnnotationDescription.AnnotationValue.ForEnumeration<U extends Enum<U>> |
A description of an
Enum as a value of an annotation. |
| AnnotationDescription.AnnotationValue.ForEnumeration.IncompatibleRuntimeType |
Represents an annotation's enumeration value for a runtime type that is not an enumeration type.
|
| AnnotationDescription.AnnotationValue.ForEnumeration.Loaded<V extends Enum<V>> |
A loaded representation of an enumeration value.
|
| AnnotationDescription.AnnotationValue.ForEnumeration.UnknownRuntimeEnumeration |
Represents an annotation's enumeration value for a constant that does not exist for the runtime
enumeration type.
|
| AnnotationDescription.AnnotationValue.ForType<U extends Class<U>> |
A description of a
Class as a value of an annotation. |
| AnnotationDescription.AnnotationValue.ForType.Loaded<U extends Class<U>> |
A loaded annotation value for a given type.
|
| AnnotationDescription.AnnotationValue.Trivial<U> |
Represents a primitive value, a
String or an array of the latter types. |
| AnnotationDescription.AnnotationValue.Trivial.Loaded<V> |
Represents a trivial loaded value.
|
| AnnotationDescription.Builder |
A builder for pragmatically creating
AnnotationDescription. |
| AnnotationDescription.ForLoadedAnnotation<S extends Annotation> |
A description of an already loaded annotation.
|
| AnnotationDescription.Latent |
A latent description of an annotation value that is defined explicitly.
|
| AnnotationList.AbstractBase |
An abstract base implementation of an annotation list.
|
| AnnotationList.Empty |
Represents an empty annotation list.
|
| AnnotationList.Explicit |
Represents a list of explicitly provided annotation descriptions.
|
| AnnotationList.ForLoadedAnnotations |
Describes an array of loaded
Annotations as an annotation list. |
| Enum | Description |
|---|---|
| AnnotationDescription.AnnotationValue.Loaded.State |
Represents the state of a
AnnotationDescription.AnnotationValue.Loaded annotation property. |
Copyright © 2014–2016. All rights reserved.