Exclude

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

This annotation applies ONLY for interfaces and abstract classes. It annotates the desired interfaces that don't want to add as injectable. Needs to be BINARY to be detected between modules when compiling

Author

Pau Corbella

Since

1.0.0