See: Description
| Interface | Description |
|---|---|
| AnnotationDescription |
An annotation description describes
Annotation meta data of a class without this class
being required to be loaded. |
| 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.
|
| AnnotationSource |
Describes a declaration source for annotations.
|
| AnnotationValue<T,S> |
Representation of an unloaded annotation value where all values represent either:
Primitive values (as their wrappers),
Strings or arrays of primitive types or strings. |
| AnnotationValue.ForConstant.PropertyDelegate |
A property delegate for a constant annotation value.
|
| AnnotationValue.Loaded<U> |
A loaded variant of an
AnnotationValue. |
| 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.MissingValue |
Represents a missing annotation property which is not represented by a default 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. |
| AnnotationSource.Explicit |
An annotation source that declares a given list of annotations.
|
| AnnotationValue.AbstractBase<U,V> |
An abstract base implementation of an unloaded annotation value.
|
| AnnotationValue.ForAnnotationDescription<U extends Annotation> |
A description of an
Annotation as a value of another annotation. |
| AnnotationValue.ForAnnotationDescription.IncompatibleRuntimeType |
Represents an annotation value which was attempted to ba loaded by a type that does not represent
an annotation value.
|
| AnnotationValue.ForAnnotationDescription.Loaded<V extends Annotation> |
A loaded version of the described annotation.
|
| AnnotationValue.ForConstant<U> |
Represents a primitive value, a
String or an array of the latter types. |
| AnnotationValue.ForConstant.Loaded<V> |
Represents a trivial loaded value.
|
| AnnotationValue.ForDescriptionArray<U,V> |
Describes a complex array that is the value of an annotation.
|
| AnnotationValue.ForDescriptionArray.Loaded<W> |
Represents a loaded complex array.
|
| AnnotationValue.ForEnumerationDescription<U extends Enum<U>> |
A description of an
Enum as a value of an annotation. |
| AnnotationValue.ForEnumerationDescription.IncompatibleRuntimeType |
Represents an annotation's enumeration value for a runtime type that is not an enumeration type.
|
| AnnotationValue.ForEnumerationDescription.Loaded<V extends Enum<V>> |
A loaded representation of an enumeration value.
|
| AnnotationValue.ForEnumerationDescription.UnknownRuntimeEnumeration |
Represents an annotation's enumeration value for a constant that does not exist for the runtime
enumeration type.
|
| AnnotationValue.ForTypeDescription<U extends Class<U>> |
A description of a
Class as a value of an annotation. |
| AnnotationValue.ForTypeDescription.Loaded<U extends Class<U>> |
A loaded annotation value for a given type.
|
| AnnotationValue.Loaded.AbstractBase<W> |
An abstract base implementation of a loaded annotation value.
|
| Enum | Description |
|---|---|
| AnnotationSource.Empty |
An annotation source that does not declare any annotations.
|
| AnnotationValue.ForConstant.PropertyDelegate.ForArrayType |
A property delegate for an array type of a constant value.
|
| AnnotationValue.ForConstant.PropertyDelegate.ForNonArrayType |
A property delegate for a non-array type.
|
| AnnotationValue.Loaded.State |
Represents the state of a
AnnotationValue.Loaded annotation property. |
| AnnotationValue.RenderingDispatcher |
A rendering dispatcher is responsible for resolving annotation values to
String representations. |
Copyright © 2014–2017. All rights reserved.