org.jboss.seam.examples.booking.account
Annotation Type Authenticated


@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
@Qualifier
public @interface Authenticated

A qualifier, which indicates that the user has been sucessfully authenticated

Author:
pmuir



Copyright © 2011 Seam Framework. All Rights Reserved.