@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 © 2018 SAP SE. All Rights Reserved.