Class EnumAnnotationValue

  • All Implemented Interfaces:
    WritableEntry

    public class EnumAnnotationValue
    extends AnnotationValue
    An enum annotation value
    Author:
    Stuart Douglas
    • Constructor Detail

      • EnumAnnotationValue

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

        public EnumAnnotationValue​(ConstPool constPool,
                                   java.lang.String name,
                                   java.lang.String enumType,
                                   java.lang.String enumValue)