InjectedService

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

No-op annotation marking a class as an injected service.

The service needs to be instantiated and registered manually via ServiceContainer.putService.

See also

@BService

@MissingServiceMessage