BConfiguration

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

No-op annotation to mark a class / object as containing service factories.

As a reminder, service factories must either be static, be in an object, or be declared in a service class (in which case you need to use @BService or any annotation that enables your class for dependency injection instead).

See also

@BService