@Target(value={METHOD,FIELD})
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface AttributeClass
Marks the attribute class property of an identity attribute entity, a credential attribute entity
or a relationship attribute entity. The property should return the fully qualified class name of
the attribute value.
- Author:
- Shane Bryzak