U - The represented type.protected static class AnnotationDescription.AnnotationValue.ForType.Loaded<U extends Class<U>> extends Object implements AnnotationDescription.AnnotationValue.Loaded<U>
AnnotationDescription.AnnotationValue.Loaded.State| Constructor and Description |
|---|
Loaded(U type)
Creates a new loaded annotation value for a given type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
AnnotationDescription.AnnotationValue.Loaded.State |
getState()
Returns the state of the represented loaded annotation value.
|
int |
hashCode() |
U |
resolve()
Resolves the value to the actual value of an annotation.
|
String |
toString() |
public Loaded(U type)
type - The represented type.public AnnotationDescription.AnnotationValue.Loaded.State getState()
AnnotationDescription.AnnotationValue.LoadedgetState in interface AnnotationDescription.AnnotationValue.Loaded<U extends Class<U>>public U resolve()
AnnotationDescription.AnnotationValue.Loadedresolve in interface AnnotationDescription.AnnotationValue.Loaded<U extends Class<U>>Copyright © 2014–2015. All rights reserved.