Polish @Enable* Javadoc

This commit is contained in:
Chris Beams
2011-11-16 04:20:17 +00:00
parent 40798bd48f
commit 43b3b4c261
4 changed files with 17 additions and 15 deletions

View File

@@ -132,8 +132,9 @@ public @interface EnableAsync {
boolean proxyTargetClass() default false;
/**
* Indicate how async advice should be applied.
* The default is {@link AdviceMode#PROXY}.
* Indicate how async advice should be applied. The default is
* {@link AdviceMode#PROXY}.
* @see AdviceMode
*/
AdviceMode mode() default AdviceMode.PROXY;