core / com.vmadalin.core.annotations / OpenForTesting

OpenForTesting

@Target([AnnotationTarget.CLASS]) annotation class OpenForTesting

Annotate a class with OpenForTesting if you want it to be extendable in debug builds.

Constructors

<init>

Annotate a class with OpenForTesting if you want it to be extendable in debug builds.

OpenForTesting()