Annotation Type AttributeValue


  • @Retention(RUNTIME)
    @Target({})
    public @interface AttributeValue
    Annotation used in Attributes as field, to provide ItemAttributesRQ with only 'value' field specified ('key' in the resulted entity will be NULL)
    • Required Element Summary

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

      • value

        java.lang.String value