core / com.vmadalin.core.annotations / OpenClass

OpenClass

@Target([AnnotationTarget.ANNOTATION_CLASS]) annotation class OpenClass

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

Constructors

<init>

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

OpenClass()