Earlier today I set out to extend the @RequiresPermission annotation to
support method argument addressing. For example:
*...@requirespermision("update.user.$0.id") public void update(User user, ...);
*
While digging around the classes I found that there is already code in place
to do something similar, GREAT! However... it was commented out of
PermissionAnnotationMethodInterceptor on 10/14/08. The commit notes read:
*JavaDoc modifications and new feature (3 new annotations and corresponding
AnnotationHandler and *MethodInterceptor implementations to support them) --
pharaohh*
I was wondering why the functionality was removed (or if it was moved some
where I missed?).
Thanks,
--Steve Skrla