Uses of Class
org.hotswap.agent.javassist.bytecode.annotation.NoSuchClassError
-
Packages that use NoSuchClassError Package Description org.hotswap.agent.javassist.bytecode.annotation Bytecode-level Annotations API. -
-
Uses of NoSuchClassError in org.hotswap.agent.javassist.bytecode.annotation
Methods in org.hotswap.agent.javassist.bytecode.annotation that throw NoSuchClassError Modifier and Type Method Description ObjectAnnotation. toAnnotationType(ClassLoader cl, ClassPool cp)Constructs an annotation-type object representing this annotation.
-