Annotation Type Reindexer


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Reindexer
    Annotation for an reindexer (related to a ModelProperty with 'multiple' cardinality
    A reindexer allows to reindex an item inside a property with 'multiple' cardinality This annotation should be placed in a method and indicates that this method is the unique reindexer for implicit ModelProperty whose identifier is the declared String value.
    Properties of implicit ModelProperty should be declared in related Getter annotation
    • Required Element Summary

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

      • value

        java.lang.String value