@FunctionalInterface public static interface AnnotationInfoList.AnnotationInfoFilter
AnnotationInfoList using a predicate mapping an AnnotationInfo object to a boolean,
producing another AnnotationInfoList for all items in the list for which the predicate is true.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(AnnotationInfo annotationInfo)
Whether or not to allow an
AnnotationInfo list item through the filter. |
boolean accept(AnnotationInfo annotationInfo)
AnnotationInfo list item through the filter.annotationInfo - The AnnotationInfo item to filter.Copyright © 2021. All rights reserved.