[jboss-user] [JBoss AOP] - Re: How to refactor to set privilege access for diff package
flavia.rainone@jboss.com
do-not-reply at jboss.com
Mon Oct 27 09:54:32 EDT 2008
Hi
1. You can use "com.b.." to match all classes inside of package com.b
2. The answer has been posted here:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184652#4184652
Please, avoid double posting, as this makes difficult for other users to find answers to their questions when researching this forum.
3. If you use aopc, you won't have any runtime overhead. If you use loadtimeweaving, JBoss AOP will perform the check on the classes as they get loaded, and this incurs in an small impact, only when the classes are loaded.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184851#4184851
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184851
More information about the jboss-user
mailing list