@Target(value={METHOD,FIELD})
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface Parent
Marks the parent group property of a identity type entity (for group identities only),
the parent partition property of a partition entity (for tier partitions only),
the parent identity type for a credential entity, the parent identity for an attribute,
the parent relationship for a relationship attribute, the parent credential for a credential attribute,
or the parent relationship for a relationship identity.
- Author:
- Shane Bryzak