注释类型 Proxy
-
@Target(TYPE) @Retention(RUNTIME) public @interface Proxy
Lazy and proxy configuration of a particular class.- 作者:
- Emmanuel Bernard
-
-
可选元素概要
可选元素 修饰符和类型 可选元素 说明 booleanlazyWhether this class is lazy or not.ClassproxyClassProxy class or interface used.
-
-
-
-
proxyClass
Class proxyClass
Proxy class or interface used. Default is to use the entity class name.- 默认值:
- void.class
-
-