@Target(value={ANNOTATION_TYPE,METHOD})
@Retention(value=RUNTIME)
@Documented
public @interface FromData
Used to annotate property methods.
Only works on methods annotated with @Property
value
is used as reference name to a method annotated with @Data
.
- See Also:
Property
,
Data