Class AnnotationConfiguration.StdConfiguration

java.lang.Object
com.fasterxml.classmate.AnnotationConfiguration
com.fasterxml.classmate.AnnotationConfiguration.StdConfiguration
All Implemented Interfaces:
Serializable
Enclosing class:
AnnotationConfiguration

public static class AnnotationConfiguration.StdConfiguration extends AnnotationConfiguration implements Serializable
Simple implementation that can be configured with default behavior for unknown annotations, as well as explicit behaviors for enumerated annotation types. Same default is used for both class and member method annotations (constructor, field and static method annotations are never inherited)
See Also: