Annotation Interface UnitTest


@Target(TYPE) @Retention(RUNTIME) @Documented public @interface UnitTest
The @UnitTest annotation is provided for marking small unit tests which does not starts up whole platform to execute test methods. For instance test for service with usage of mocks.