Interface NamedAnnotationMapper

All Superinterfaces:
AnnotationMapper<Annotation>, Named
All Known Implementing Classes:
EntityIntrospectedAnnotationMapper, EntityReflectiveAccessAnnotationMapper, JakartaEntityIntrospectedAnnotationMapper, JakartaMappedSuperClassIntrospectionMapper, JakartaPersistenceContextAnnotationMapper, JavaxPersistenceContextAnnotationMapper, JsonCreatorAnnotationMapper, MappedSuperClassIntrospectionMapper

public interface NamedAnnotationMapper extends AnnotationMapper<Annotation>, Named
A named AnnotationMapper operates against any named annotation, and does not require the annotation to be on the annotation processor classpath.
Since:
1.0
Author:
graemerocher