Add docs
This commit is contained in:
parent
6724fd0348
commit
36ff58a320
|
@ -26,9 +26,10 @@ import java.lang.annotation.RetentionPolicy;
|
|||
import java.lang.annotation.Target;
|
||||
|
||||
/**
|
||||
* This annotation should be placed on
|
||||
* {@link Interceptor}
|
||||
* bean methods.
|
||||
* This annotation should be placed on interceptor methods. The
|
||||
* {@link Pointcut value=Pointcut} property determines which event
|
||||
* is actually being invoked. See the Pointcut JavaDoc for information
|
||||
* on available method parameters for a given hook.
|
||||
*
|
||||
* @see Interceptor
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue