core / com.vmadalin.core.annotations

Package com.vmadalin.core.annotations

Annotations

OpenClass

This annotation allows us to open some classes for mocking purposes while they are final in release builds.

annotation class OpenClass

OpenForTesting

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

annotation class OpenForTesting