@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ZenSetter
For a native class, a single argument with the assinged value is provided. For an expansion, the target object and assigned value are provided.
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
value
Setter name.
|