Class ClassAnnotationValue

  • All Implemented Interfaces:
    WritableEntry

    public class ClassAnnotationValue
    extends AnnotationValue
    A class annotation value
    Author:
    Stuart Douglas
    • Constructor Detail

      • ClassAnnotationValue

        public ClassAnnotationValue​(ConstPool constPool,
                                    java.lang.String name,
                                    java.lang.Class<?> value)
      • ClassAnnotationValue

        public ClassAnnotationValue​(ConstPool constPool,
                                    java.lang.String name,
                                    java.lang.String descriptor)