Hi

I find that I am not able to get picketlink-authorization-acl sample compiling.

It fails in the class Article.java and Comment.java as it fails to resolve the following annotation

@AllowedPermissions({ @AllowedPermission(operation = "update", mask = 1),
        @AllowedPermission(operation = "delete", mask = 2) })

Any ideas

Thanks
Rahul