org.jboss.seam.annotations.security
Annotation Type TokenValue


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

Flags an entity field or method as representing the value for an authentication token

Author:
Shane Bryzak