DoNotRegister

@Target(allowedTargets = [AnnotationTarget.PROPERTY])
annotation class DoNotRegister

This annotation can be used for properties in Module classes which delegate to a Setting class. It prevents the delegation from registering the Setting to the Module.

Author

Aton