Package org.openflexo.pamela.annotations
Annotation Type Remover
-
@Retention(RUNTIME) @Target(METHOD) public @interface RemoverAnnotation for an remover (related to aModelPropertywith 'multiple' cardinality
This annotation should be placed in a method and indicates that this method is the unique remover for implicit \emph{ModelProperty} whose 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
-