org.jboss.aop.advice.annotation
Annotation Type Args


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface Args

Use this annotation on the advice parameter that receives the complete list of joinpoint argument values. The annotated parameter must be of type Object[] and there should not be any other advice parameter annotated either with Arg or with Args itself.

Author:
Flavia Rainone



Copyright © 2004 JBoss Inc. All Rights Reserved.