Class WingsSpringBeanScanner
-
- All Implemented Interfaces:
-
java.util.EventListener,org.springframework.context.ApplicationListener
public class WingsSpringBeanScanner implements ApplicationListener<E>Automatically scan component from `**/spring/bean/**/*.class` on ApplicationPreparedEvent
- Since:
2019-07-11
trydofor
-
-
Constructor Summary
Constructors Constructor Description WingsSpringBeanScanner()
-
Method Summary
Modifier and Type Method Description voidonApplicationEvent(ApplicationPreparedEvent event)-
-
Method Detail
-
onApplicationEvent
void onApplicationEvent(ApplicationPreparedEvent event)
-
-
-
-