Annotation Type MultiKeyAttribute


  • @Retention(RUNTIME)
    @Target({})
    public @interface MultiKeyAttribute
    Annotation used in Attributes as field, to provide multiple ItemAttributesRQ with both 'key' and 'value' fields specified. Used to prevent duplication of Attribute annotation with the same value and different keys
    • Required Element Summary

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

      • keys

        java.lang.String[] keys
      • value

        java.lang.String value