@Target(value=METHOD) @Retention(value=RUNTIME) public @interface Hook
value=Pointcut property determines which event
is actually being invoked. See the Pointcut JavaDoc for information
on available method parameters for a given hook.Interceptor| Modifier and Type | Required Element and Description |
|---|---|
Pointcut |
value
Provides the specific point where this method should be invoked
|
| Modifier and Type | Optional Element and Description |
|---|---|
int |
order
The order that interceptors should be called in.
|
public abstract int order
If no order is specified, or the order is set to 0 (the default order),
the order specified at the interceptor type level will take precedence.
Copyright © 2014–2019 University Health Network. All rights reserved.