ServiceInterface

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ServiceInterface(val name: String = "", val description: String = "")

This annotation marks service interfaces

Properties

Link copied to clipboard
Link copied to clipboard