S
- The annotation type.public static interface AnnotationDescription.Loadable<S extends java.lang.annotation.Annotation> extends AnnotationDescription
AnnotationDescription.AbstractBase, AnnotationDescription.AnnotationInvocationHandler<T extends java.lang.annotation.Annotation>, AnnotationDescription.Builder, AnnotationDescription.ForLoadedAnnotation<S extends java.lang.annotation.Annotation>, AnnotationDescription.Latent, AnnotationDescription.Loadable<S extends java.lang.annotation.Annotation>
UNDEFINED
Modifier and Type | Method and Description |
---|---|
S |
load()
Loads this annotation description.
|
S |
loadSilent()
Loads this annotation description.
|
getAnnotationType, getElementTypes, getRetention, getValue, isDocumented, isInherited, prepare
S load() throws java.lang.ClassNotFoundException
java.lang.ClassNotFoundException
- If any linked classes of the annotation cannot be loaded.S loadSilent()
ClassNotFoundException
is wrapped in an IllegalStateException
.