Annotation Type UuidGenerators


@Target({TYPE,METHOD,FIELD}) @Retention(RUNTIME) public @interface UuidGenerators
A UuidGenerators annotation allows the definition of multiple UuidGenerator.
See Also:
Author:
Lukas Jungmann
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    (Required) An array of UuidGenerator.
  • Element Details

    • value

      UuidGenerator[] value
      (Required) An array of UuidGenerator.