Annotation Type AuthenticationAction.Authenticated
@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public static @interface AuthenticationAction.Authenticated
This @Authenticated annotation can be used on every controller action
where authentication and authorization is required. If no Role is added
than the default Role 'USER' is assumed.