S - The annotation type this instance was prepared for.public abstract static class AnnotationDescription.AbstractAnnotationDescription.ForPrepared<S extends Annotation> extends AnnotationDescription.AbstractAnnotationDescription implements AnnotationDescription.Loadable<S>
AnnotationDescription.AbstractAnnotationDescription.ForPrepared<S extends Annotation>AnnotationDescription.AbstractAnnotationDescription, AnnotationDescription.AnnotationInvocationHandler<T extends Annotation>, AnnotationDescription.AnnotationValue<T,S>, AnnotationDescription.Builder, AnnotationDescription.ForLoadedAnnotation<S extends Annotation>, AnnotationDescription.Latent, AnnotationDescription.Loadable<S extends Annotation>| Modifier and Type | Field and Description | 
|---|---|
| static String | ERROR_MESSAGEThe error message to be displayed on a  ClassNotFoundException. | 
| Constructor and Description | 
|---|
| ForPrepared() | 
| Modifier and Type | Method and Description | 
|---|---|
| S | loadSilent()Loads this annotation description. | 
| S | loadSilent(ClassLoader classLoader)Loads this annotation description. | 
equals, getValue, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitload, loadgetAnnotationType, getValue, getValue, preparepublic static final String ERROR_MESSAGE
ClassNotFoundException.public S loadSilent()
AnnotationDescription.LoadableClassNotFoundException is wrapped in an IllegalStateException.loadSilent in interface AnnotationDescription.Loadable<S extends Annotation>public S loadSilent(ClassLoader classLoader)
AnnotationDescription.LoadableClassNotFoundException is wrapped in an IllegalStateException.loadSilent in interface AnnotationDescription.Loadable<S extends Annotation>classLoader - The class loader to be used for loading the annotation's linked types.Copyright © 2014–2015. All rights reserved.