Interface MethodList.Filter
-
- Enclosing class:
- MethodList
public static interface MethodList.FilterMethod list filter.- See Also:
MethodList.filter(Filter)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleankeep(AnnotatedMethod method)Decide whether the method should remain in the list or should be filtered out.
-
-
-
Method Detail
-
keep
boolean keep(AnnotatedMethod method)
Decide whether the method should remain in the list or should be filtered out.- Parameters:
method- annotated method.- Returns:
trueif the method should be kept in the method list,falseif it should be filtered out.
-
-