@Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface JoinPoint
JoinPointBean
or one of its subtypes (for before, after and throwing
advices);Invocation
or one of its subtypes (for around
advices).Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.