Annotation Type UuidGenerators
-
@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface UuidGenerators
A UuidGenerators annotation allows the definition of multiple UuidGenerator.- See Also:
UuidGenerator
- Author:
- Lukas Jungmann
- Since:
- EclipseLink 2.7
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description UuidGenerator[]
value
(Required) An array of UuidGenerator.
-
-
-
Element Detail
-
value
UuidGenerator[] value
(Required) An array of UuidGenerator.
-
-