@Target(value=TYPE) @Retention(value=RUNTIME) @Documented public @interface UnitTest
@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.Copyright © 2017 SAP SE. All Rights Reserved.