Package nbbrd.service

Annotation Type ServiceFilter


@Documented @Target(METHOD) @Retention(SOURCE) public @interface ServiceFilter
Specifies that a method must be used as a filter on a service.
Author:
Philippe Charles
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Applies a logical negation.
    int
    Sets the filter ordering in case of multiple filters.
  • Element Details

    • negate

      boolean negate
      Applies a logical negation.
      Returns:
      true if negation is required, false otherwise
      Default:
      false
    • position

      int position
      Sets the filter ordering in case of multiple filters.
      Returns:
      an ordering
      Default:
      2147483647