Annotation Interface Filter


@Retention(RUNTIME) @Target(TYPE) public @interface Filter
Annotation used to indicate which logical filter is to be used for filtering out properties of type (class) annotated. Filters may have to be declared explicitly declared/enabled on the respective data mechanism. Abstracted from FasterXML/Jackson.
Author:
Holger Eichelberger, SSE
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Id of filter to use; if empty String (""), no filter is to be used.
  • Element Details

    • value

      String value
      Id of filter to use; if empty String (""), no filter is to be used.