@Target(value={METHOD,FIELD})
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface RelationshipMember
Marks the member property of a relationship identity entity. The property should return a reference
to an identity that is participating in the relationship, such as a reference to an entity bean, or
the identity's unique identifier.
- Author:
- Shane Bryzak