Annotation Interface Stat


@Target({FIELD,TYPE}) @Retention(RUNTIME) public @interface Stat
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    If this is a Collection or array, the size of the collection will be used as the value
  • Element Details

    • size

      boolean size
      If this is a Collection or array, the size of the collection will be used as the value
      Default:
      false