Lazy
@Target(allowedTargets = [AnnotationTarget.CLASS, AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.ANNOTATION_CLASS ] )
@Lazy
Defines a service provider as being lazy.
A lazy service provider is only used when the service it provides gets requested.
See also
@BService