org.codehaus.jackson.map.introspect
Interface AnnotationFilter

All Known Implementing Classes:
JacksonAnnotationFilter

public interface AnnotationFilter

Simple interface that defines API used to filter out irrelevant annotations.


Method Summary
 boolean includeAnnotation(java.lang.annotation.Annotation a)
           
 

Method Detail

includeAnnotation

boolean includeAnnotation(java.lang.annotation.Annotation a)