Class AnnotationCollector.NoAnnotations

java.lang.Object
tools.jackson.databind.introspect.AnnotationCollector.NoAnnotations
All Implemented Interfaces:
Serializable, Annotations
Enclosing class:
AnnotationCollector

public static class AnnotationCollector.NoAnnotations extends Object implements Annotations, Serializable
Immutable implementation for case where no annotations are associated with an annotatable entity.
Since:
2.9
See Also: