org.codehaus.jackson.map.introspect
Class JacksonAnnotationFilter

java.lang.Object
  extended by org.codehaus.jackson.map.introspect.JacksonAnnotationFilter
All Implemented Interfaces:
AnnotationFilter

public final class JacksonAnnotationFilter
extends java.lang.Object
implements AnnotationFilter

Annotation filter that will pass Jackson-owned annotations, as well as those for which we can't access information to make the determination.


Field Summary
static JacksonAnnotationFilter instance
           
 
Method Summary
 boolean includeAnnotation(java.lang.annotation.Annotation ann)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance

public static final JacksonAnnotationFilter instance
Method Detail

includeAnnotation

public boolean includeAnnotation(java.lang.annotation.Annotation ann)
Specified by:
includeAnnotation in interface AnnotationFilter