Class RepositoryAnnotationMapper

  • All Implemented Interfaces:
    io.micronaut.core.naming.Named, io.micronaut.inject.annotation.AnnotationMapper<java.lang.annotation.Annotation>, io.micronaut.inject.annotation.NamedAnnotationMapper

    public class RepositoryAnnotationMapper
    extends ComponentAnnotationMapper
    Maps @Repository the same was as ComponentAnnotationMapper.
    Since:
    1.0
    • Constructor Detail

      • RepositoryAnnotationMapper

        public RepositoryAnnotationMapper()
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface io.micronaut.core.naming.Named
        Overrides:
        getName in class ComponentAnnotationMapper