Annotation Interface CollectionType
Specifies which collection type to use.
-
Required Element Summary
Required Elements
-
Element Details
-
value
Class<? extends Collection> value- Returns:
- Class that will be initialized when the Collection field is read. (e.g. ArrayList.class)
-