Package japicmp.filter
Class AnnotationFieldFilter
- java.lang.Object
-
- japicmp.filter.AnnotationFilterBase
-
- japicmp.filter.AnnotationFieldFilter
-
- All Implemented Interfaces:
FieldFilter,Filter
public class AnnotationFieldFilter extends AnnotationFilterBase implements FieldFilter
-
-
Field Summary
Fields Modifier and Type Field Description private static java.util.logging.LoggerLOGGER-
Fields inherited from class japicmp.filter.AnnotationFilterBase
annotationClassName
-
-
Constructor Summary
Constructors Constructor Description AnnotationFieldFilter(java.lang.String filterString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(javassist.CtField ctField)java.lang.StringtoString()-
Methods inherited from class japicmp.filter.AnnotationFilterBase
getClassName, hasAnnotation
-
-
-
-
Method Detail
-
matches
public boolean matches(javassist.CtField ctField)
- Specified by:
matchesin interfaceFieldFilter
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-