@Target(TYPE)
@Retention(RUNTIME)
@Documented
public @interface Joinpoint
| Modifier and Type | Required Element | Description |
|---|---|---|
java.lang.String[] |
pointcut |
| Modifier and Type | Optional Element | Description |
|---|---|---|
java.lang.String[] |
headers |
|
MethodType[] |
methods |
|
JoinpointTargetType |
target |
JoinpointTargetType target
MethodType[] methods
Copyright © 2008–2018 The Aspectran Project. All rights reserved.