@Retention(value=RUNTIME) @Target(value=TYPE) public @interface SpringVerticle
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
autoremoveOtherSpringVerticles
Defines if other Spring verticles in the same spring context will be removed.
|
Class<?> |
springConfig
Defines the Spring Configuration class for the Spring Verticle
|
public abstract Class<?> springConfig
Copyright © 2015. All rights reserved.