@Internal public final class PersistenceContextAnnotationMapper extends java.lang.Object implements NamedAnnotationMapper
javax.persistence.PersistenceContext annotation in Micronaut.| Constructor and Description | 
|---|
PersistenceContextAnnotationMapper()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getName()  | 
java.util.List<AnnotationValue<?>> | 
map(AnnotationValue<java.lang.annotation.Annotation> annotation,
   VisitorContext visitorContext)
The map method will be called for each instances of the annotation returned via this method. 
 | 
public java.lang.String getName()
public java.util.List<AnnotationValue<?>> map(AnnotationValue<java.lang.annotation.Annotation> annotation, VisitorContext visitorContext)
AnnotationMappermap in interface AnnotationMapper<java.lang.annotation.Annotation>annotation - The annotation valuesvisitorContext - The context that is being visited