/**
* Define the lazy status of a ToOne association
* (ie OneToOne or ManyToOne)
*
* @author Emmanuel Bernard
*/
@Target({ElementType.METHOD, ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME) public @interface LazyToOne {
LazyToOneOption value(); }