Class AnnotationsReader.EnumElementValue

    • Field Detail

      • enumType

        public final String enumType
        the name of the enum type
      • enumVal

        public final String enumVal
        the enum value
    • Constructor Detail

      • EnumElementValue

        public EnumElementValue​(String enumType,
                                String enumVal)