注释类型 LazyCollection
-
@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface LazyCollection
Define the lazy status of a collection.- 作者:
- Emmanuel Bernard
-
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 LazyCollectionOptionvalueThe laziness option for the collection.
-
-
-
元素详细资料
-
value
LazyCollectionOption value
The laziness option for the collection.
-
-