JBoss AOP Parent POM 2.2.2.GA

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


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

Annotate the advice parameter with @Return if it receives the return type of the join point execution.

Can only be used in after/around advices.

Author:
Flavia Rainone


JBoss AOP Parent POM 2.2.2.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.