Annotation Interface PageModelAnyGetter


@Target({ANNOTATION_TYPE,METHOD}) @Retention(RUNTIME) public @interface PageModelAnyGetter
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Optional argument that defines whether this annotation is active or not.
  • Element Details

    • enabled

      boolean enabled
      Optional argument that defines whether this annotation is active or not. The only use for value 'false' if for overriding purposes. Overriding may be necessary when used with "mix-in annotations" (aka "annotation overrides"). For most cases, however, default value of "true" is just fine and should be omitted.
      Returns:
      True if annotation is enabled (normal case); false if it is to be ignored (only useful for mix-in annotations to "mask" annotation
      Since:
      2.9
      Default:
      true