Package org.openflexo.pamela.annotations
Annotation Type Setter
-
@Retention(RUNTIME) @Target(METHOD) public @interface Setter
Annotation for a setter
This annotation should be placed in a method and indicates that this method is the unique setter for implicit \emph{ModelProperty} whose identifier is the declared String value.
Properties of implicitModelProperty
should be declared in relatedGetter
annotation
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
-