org.eclipse.xtend.middleend.javaannotations
Annotation Type M2tAroundAdvice


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface M2tAroundAdvice

Methods marked with this annotation are treated as "around" advice rather than functions. They must take exactly two parameters of the types ThisJoinPointStaticPart and ThisJoinPoint, respectively.

Author:
Arno Haase (http://www.haase-consulting.com)

Required Element Summary
 M2tPointcut pointcut
           
 

Element Detail

pointcut

public abstract M2tPointcut pointcut