Class AnnotationDescription.AbstractBase.ForPrepared<S extends java.lang.annotation.Annotation>

    • Constructor Detail

      • ForPrepared

        public ForPrepared()
    • Method Detail

      • loadSilent

        public S loadSilent()
        Loads this annotation description. This causes all classes referenced by the annotation value to be loaded. Without specifying a class loader, the annotation's class loader which was used to prepare this instance is used. Any ClassNotFoundException is wrapped in an IllegalStateException.
        Specified by:
        loadSilent in interface AnnotationDescription.Loadable<S extends java.lang.annotation.Annotation>
        Returns:
        A loaded version of this annotation description.