ComponentInterface

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ComponentInterface(val name: String = "", val description: String = "", val services: Array<KClass<out Service>>)

Marks Component interfaces

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard