ComponentHost

@Target(allowedTargets = [AnnotationTarget.CLASS])
@Component
annotation class ComponentHost(val health: String = "/health")

Marks Component implementations

Properties

Link copied to clipboard