@Target([AnnotationTarget.CLASS]) annotation class OpenForTesting
Annotate a class with OpenForTesting if you want it to be extendable in debug builds.
<init> |
Annotate a class with OpenForTesting if you want it to be extendable in debug builds. OpenForTesting() |