Class ObjectModelAnnotationParameter


  • public class ObjectModelAnnotationParameter
    extends Object
    Defines a annotation parameter.
    Since:
    2.6.4
    Author:
    Tony Chemit - chemit@codelutin.com
    • Field Detail

      • name

        protected final String name
      • value

        protected final Object value
    • Constructor Detail

      • ObjectModelAnnotationParameter

        public ObjectModelAnnotationParameter​(String name,
                                              Object value)
    • Method Detail

      • getName

        public String getName()
      • getValue

        public Object getValue()