Annotation Interface Zap


@Repeatable(Zapers.class) @Retention(RUNTIME) @Target({FIELD,TYPE}) public @interface Zap
Defines a skipped area with a specific charact.
Author:
Guillaume CHAUVET
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    The size of the filling area
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    char
    The default filling character
  • Element Details

    • length

      int length
      The size of the filling area
      Returns:
      size of this filling area (positive number)
    • value

      char value
      The default filling character
      Returns:
      the filling character of this area
      Default:
      ' '