org.jboss.seam.annotations.security.management
Annotation Type UserPrincipal


@Target(value={METHOD,FIELD})
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface UserPrincipal

Flags an entity field or method as representing the principal (username) for a user

Author:
Shane Bryzak