Class AnnotationBasedFeature<V,DB>

java.lang.Object
com.evolveum.midpoint.prism.schema.DefinitionFeature.DefaultImpl<V,DB,com.sun.xml.xsom.XSAnnotation,Object>
com.evolveum.midpoint.prism.impl.schema.annotation.AnnotationBasedFeature<V,DB>
All Implemented Interfaces:
DefinitionFeature<V,DB,com.sun.xml.xsom.XSAnnotation,Object>

public class AnnotationBasedFeature<V,DB> extends DefinitionFeature.DefaultImpl<V,DB,com.sun.xml.xsom.XSAnnotation,Object>
Basically the same as the default (and currently only) implementation of the DefinitionFeature. It contains an extra annotationName, but it's unused since we - maybe temporarily - stopped putting these annotations into DefinitionImpl.annotations map.
See Also: