public static interface MethodList.Filter
MethodList.filter(Filter)| Modifier and Type | Method and Description |
|---|---|
boolean |
keep(AnnotatedMethod method)
Decide whether the method should remain in the list or should be filtered
out.
|
boolean keep(AnnotatedMethod method)
method - annotated method.true if the method should be kept in the method list,
false if it should be filtered out.Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.