@Target(value=TYPE) @Retention(value=RUNTIME) @Documented @Component @Inherited public @interface VerticleService
| 限定符和类型 | 可选元素和说明 |
|---|---|
String |
deploymentOption |
String |
value
The value may indicate a suggestion for a logical component name, to be turned into a Spring bean in case of an autodetected component.
|
@AliasFor(annotation=org.springframework.stereotype.Component.class) public abstract String value
public abstract String deploymentOption
Copyright © 2018. All rights reserved.