@Target(value={ANNOTATION_TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
@API(status=MAINTAINED,
since="1.0")
public @interface FromData
@Property
value
is used as reference name to a method annotated with @Data
.Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |