Package org.openflexo.pamela.annotations
Annotation Type Reindexer
-
@Retention(RUNTIME) @Target(METHOD) public @interface ReindexerAnnotation for an reindexer (related to aModelPropertywith '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 implicitModelPropertywhose identifier is the declared String value.
Properties of implicitModelPropertyshould be declared in relatedGetterannotation
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Stringvalue
-