@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface AdaptationSetter
@AdaptationSetter("address") SomeAdaptationType setAddress(String address)| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
value
The name of the adaptation field.
|