@Target(value=TYPE)
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface RelationshipIdentity
This annotation should be applied to a single entity bean of an application to indicates that it
should be used to hold references to the identities that take part in a relationship.
- Author:
- Shane Bryzak