Annotation Type | Description |
---|---|
Autowired |
Add this annotation to the class/field to the field of this class will be auto put
|
Bean |
Add this annotation to the method to that this method is a bean
|
Component | |
Event |
Add this annotation to the method to that this method will be invoked at event fire
|
Scan |
Add more package by scan
|
Service |
Add this annotation to the class to that this class is a service impl
|