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