Interface MethodList.Filter

Enclosing class:
MethodList

public static interface MethodList.Filter
Method list filter.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Decide whether the method should remain in the list or should be filtered out.
  • Method Details

    • keep

      boolean keep(AnnotatedMethod method)
      Decide whether the method should remain in the list or should be filtered out.
      Parameters:
      method - annotated method.
      Returns:
      true if the method should be kept in the method list, false if it should be filtered out.