V - The annotation type.public static class AnnotationDescription.AnnotationValue.ForAnnotation.Loaded<V extends Annotation> extends Object implements AnnotationDescription.AnnotationValue.Loaded<V>
AnnotationDescription.AnnotationValue.Loaded.State| Constructor and Description | 
|---|
Loaded(V annotation)
Creates a representation of a loaded annotation. 
 | 
| 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()  | 
V | 
resolve()
Resolves the value to the actual value of an annotation. 
 | 
String | 
toString()  | 
public Loaded(V annotation)
annotation - The represented annotation.public AnnotationDescription.AnnotationValue.Loaded.State getState()
AnnotationDescription.AnnotationValue.LoadedgetState in interface AnnotationDescription.AnnotationValue.Loaded<V extends Annotation>public V resolve()
AnnotationDescription.AnnotationValue.Loadedresolve in interface AnnotationDescription.AnnotationValue.Loaded<V extends Annotation>Copyright © 2014–2015. All rights reserved.