Package japicmp.filter
Interface FieldFilter
-
- All Superinterfaces:
Filter
- All Known Implementing Classes:
AnnotationFieldFilter
,JavadocLikeFieldFilter
public interface FieldFilter extends Filter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(javassist.CtField ctField)
-