| Enum | Description |
|---|---|
| AFilterType |
Enumeration of the type filters that may be used in conjunction with
@ComponentScan. |
| Annotation Type | Description |
|---|---|
| AAutowired | |
| ABean | |
| AComponent | |
| AComponentScan | |
| AComponentScan.Filter |
Declares the type filter to be used as an include filter or exclude filter.
|
| AConfiguration | |
| AController | |
| AHttpApi | |
| AImport |
Indicates one or more component classes to import — typically
@Configuration classes. |
| AIndexed | |
| AliasFor | |
| ARepository | |
| Around |
Around advice
|
| AService |
Indicates that an annotated class is a "Service", originally defined by Domain-Driven
Design (Evans, 2003) as "an operation offered as an interface that stands alone in the
model, with no encapsulated state."
|
| BeforeStartConfiguration |
在启动服务器之前执行的配置类
|
| BeforeStopConfiguration |
在启动服务器之后执行的配置类
|
| Delete | |
| EnableCORS |
Details of the meaning of each parameter : https://developer.mozilla.org/en-US/docs/Glossary/CORS
|
| GatewayCheck | |
| Get | |
| HttpCache | |
| Initialization |
只启动,不放入bean中
|
| Inject |
Inject is used to inject dependent object
|
| Post | |
| Put | |
| RequestPath | |
| RequiresAuthentication |
Requires the current subject to be authenticated during method invocation.
|
| RequiresPermissions |
Requires the current subject to have all of the specified permissions.
|
Copyright © 2025. All rights reserved.