Class BytecodeEnumAnnotationValue

    • Constructor Detail

      • BytecodeEnumAnnotationValue

        public BytecodeEnumAnnotationValue​(String name,
                                           String descriptor,
                                           String value)
        Constructor.
        Parameters:
        name - The name of the annotation property.
        descriptor - The descriptor of the enumeration.
        value - The actual enumeration value.