Annotation Interface Sequence


@Documented @Target(FIELD) @Retention(RUNTIME) public @interface Sequence
Mark the field to use a specified custom sequence.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The custom sequence name.
  • Element Details

    • value

      String value
      The custom sequence name.
      Returns:
      the sequence name