JoyAop News
Status: Beta
Brought to you by:
shenli
1) Migrate to JDK5.0.
2) Support the method annotation pointcut. Just use annotation(SomeAnnotationClassName) in the expressions to pick methods, see the RBAC demo.
3) Rewrite the RBAC demo, use the annotations to define the permission checking pointcuts and their parameters.