Class ImportAwareListener

java.lang.Object
io.micronaut.spring.beans.aware.ImportAwareListener
All Implemented Interfaces:
io.micronaut.context.event.BeanCreatedEventListener<org.springframework.context.annotation.ImportAware>, EventListener

@Singleton @Internal public class ImportAwareListener extends Object implements io.micronaut.context.event.BeanCreatedEventListener<org.springframework.context.annotation.ImportAware>
Handles the import aware interface.
Since:
4.3.0
Author:
graemerocher
  • Constructor Details

    • ImportAwareListener

      public ImportAwareListener()
  • Method Details

    • onCreated

      public org.springframework.context.annotation.ImportAware onCreated(io.micronaut.context.event.BeanCreatedEvent<org.springframework.context.annotation.ImportAware> event)
      Specified by:
      onCreated in interface io.micronaut.context.event.BeanCreatedEventListener<org.springframework.context.annotation.ImportAware>