Class BooleanAnnotationValue

  • All Implemented Interfaces:
    WritableEntry

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

      • BooleanAnnotationValue

        public BooleanAnnotationValue​(ConstPool constPool,
                                      java.lang.String name,
                                      boolean value)