Annotation Type Attribute


  • @Retention(RUNTIME)
    @Target({})
    public @interface Attribute
    Annotation used in Attributes as field, to provide ItemAttributesRQ with both 'key' and 'value' fields specified
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String key  
      java.lang.String value  
    • Element Detail

      • key

        java.lang.String key
      • value

        java.lang.String value