Annotation Type PrimaryField


@Target(FIELD)
@Retention(RUNTIME)
public @interface PrimaryField
Since:
1.0.0
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    boolean increments
    This is if the type of primary is an int field.
  • Element Details

    • increments

      boolean increments
      This is if the type of primary is an int field.
      Default:
      true