On Apr 14, 2010, at 11:55 AM, Paul Sandoz wrote:
>
> On Apr 14, 2010, at 2:43 PM, James Russo wrote:
>
>> Paul,
>>
>> Any suggestions on annotation names?
>
> What about @Secure ? shorter :-)
>
> Perhaps one could use @PermitNotSecure to override on a method @Secure on the class?
works for me.
> No. Do:
>
> am.getResource().isAnnotationPresent(...)
>
> See the source for RolesAllowedResourceFilterFactory#143
Got it. Thanks.
-jr