Class PersistenceContextAnnotationMapper

java.lang.Object
io.micronaut.inject.annotation.internal.PersistenceContextAnnotationMapper
All Implemented Interfaces:
Named, AnnotationMapper<Annotation>, NamedAnnotationMapper

@Internal public final class PersistenceContextAnnotationMapper extends Object implements NamedAnnotationMapper
Allows using the `javax.persistence.PersistenceContext` annotation in Micronaut.
Since:
1.0
Author:
graemerocher
  • Constructor Details

    • PersistenceContextAnnotationMapper

      public PersistenceContextAnnotationMapper()
  • Method Details