@Retention(RUNTIME) @Target(FIELD) public @interface MultipleOf
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The value that we must be a multiple of
  • Element Details

    • value

      int value
      The value that we must be a multiple of
      Returns:
      Value