Annotation Interface Ignore


Simplified annotation to ignore properties. Similar to JsonIgnore in Jackson, but simplified/more generic here.
Author:
Holger Eichelberger, SSE
  • 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

    • value

      boolean value
      Optional argument that defines whether this annotation is active or not.
      Returns:
      True if annotation is enabled (normal case); false if it is to be ignored (only useful for mix-in annotations to "mask" annotation)
      Default:
      true