S
- The annotation type.public static interface AnnotationDescription.Loadable<S extends Annotation> extends AnnotationDescription
AnnotationDescription.AbstractBase, AnnotationDescription.AnnotationInvocationHandler<T extends Annotation>, AnnotationDescription.Builder, AnnotationDescription.ForLoadedAnnotation<S extends Annotation>, AnnotationDescription.Latent, AnnotationDescription.Loadable<S extends 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 ClassNotFoundException
ClassNotFoundException
- If any linked classes of the annotation cannot be loaded.S loadSilent()
ClassNotFoundException
is wrapped in an IllegalStateException
.Copyright © 2014–2019. All rights reserved.