@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface CollectionType
CollectionType, 
UserCollectionType| Modifier and Type | Required Element and Description | 
|---|---|
String | 
type
Names the type. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
Parameter[] | 
parameters
Specifies configuration information for the type. 
 | 
public abstract String type
CollectionType or
 UserCollectionType).  Could also name a custom type defined via a
 @TypeDefpublic abstract Parameter[] parameters
UserCollectionType, it must also implement 
 ParameterizedType in order to receive these values.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.