This commit is contained in:
James Agnew 2019-06-17 17:46:28 -04:00
parent 6724fd0348
commit 36ff58a320
1 changed files with 4 additions and 3 deletions

View File

@ -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
*/