public static class AnnotationDescription.AnnotationValue.ForEnumeration.IncompatibleRuntimeType extends Object implements AnnotationDescription.AnnotationValue.Loaded<Enum<?>>
Represents an annotation's enumeration value for a runtime type that is not an enumeration type.
Note: Neither of Object.hashCode(), Object.toString() and
Object.equals(Object) are implemented specifically what resembles the way
such exceptional states are represented in the Open JDK's annotation implementations.
AnnotationDescription.AnnotationValue.Loaded.State| Constructor and Description |
|---|
IncompatibleRuntimeType(Class<?> type)
Creates a new representation for an incompatible runtime type.
|
| Modifier and Type | Method and Description |
|---|---|
AnnotationDescription.AnnotationValue.Loaded.State |
getState()
Returns the state of the represented loaded annotation value.
|
Enum<?> |
resolve()
Resolves the value to the actual value of an annotation.
|
public IncompatibleRuntimeType(Class<?> type)
type - The runtime type which is not an enumeration type.public AnnotationDescription.AnnotationValue.Loaded.State getState()
AnnotationDescription.AnnotationValue.LoadedgetState in interface AnnotationDescription.AnnotationValue.Loaded<Enum<?>>public Enum<?> resolve()
AnnotationDescription.AnnotationValue.Loadedresolve in interface AnnotationDescription.AnnotationValue.Loaded<Enum<?>>Copyright © 2014–2016. All rights reserved.