@Documented @Retention(value=RUNTIME) @Target(value=TYPE) @Bootstrap(bootstrap=KaryonBootstrapModule.class) public @interface KaryonBootstrap
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<? extends netflix.karyon.health.HealthCheckHandler> |
healthcheck |