This commit is contained in:
Redkale
2016-08-20 12:34:55 +08:00
parent 3d0bd3a5c2
commit 3df13a3b17

View File

@@ -10,7 +10,7 @@ import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
/**
* @Resource资源被更新时的监听事件。注解只能标记在方法参数为(String name, T newVal, T oldVal)上。
* @Resource资源被更新时的监听事件。注解只能标记在方法参数为(String name, T newVal, T oldVal)上。
*
* <blockquote><pre>
* public class Record {