Service

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class Service

A class defining business logic and state.

Constructors

Link copied to clipboard
fun Service()