Package io.micronaut.spring.beans.aware
Class ImportAwareListener
- java.lang.Object
-
- io.micronaut.spring.beans.aware.ImportAwareListener
-
- All Implemented Interfaces:
io.micronaut.context.event.BeanCreatedEventListener<org.springframework.context.annotation.ImportAware>
,java.util.EventListener
@Singleton @Internal public class ImportAwareListener extends java.lang.Object implements io.micronaut.context.event.BeanCreatedEventListener<org.springframework.context.annotation.ImportAware>
Handles the import aware interface.- Since:
- 4.3.0
-
-
Constructor Summary
Constructors Constructor Description ImportAwareListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.context.annotation.ImportAware
onCreated(io.micronaut.context.event.BeanCreatedEvent<org.springframework.context.annotation.ImportAware> event)
-
-
-
Method Detail
-
onCreated
public org.springframework.context.annotation.ImportAware onCreated(io.micronaut.context.event.BeanCreatedEvent<org.springframework.context.annotation.ImportAware> event)
- Specified by:
onCreated
in interfaceio.micronaut.context.event.BeanCreatedEventListener<org.springframework.context.annotation.ImportAware>
-
-