@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface Reference
String
property
Class
target
public abstract Class target
Defaults to the type of the field or property that stores the association.
public abstract String property
Defaults to type or property that stores the association.
Copyright © 2014 JDAL. All Rights Reserved.