@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface CollectionType
CollectionType,
UserCollectionType| Modifier and Type | Required Element and Description |
|---|---|
String |
type
Names the type (either
CollectionType or
UserCollectionType implementation class. |
| Modifier and Type | Optional Element and Description |
|---|---|
Parameter[] |
parameters
Specifies configuration information for the type.
|
public abstract String type
CollectionType or
UserCollectionType implementation class. 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 © 2012 JBoss by Red Hat. All Rights Reserved.