@Retention(value=RUNTIME)
@Inherited
@Target(value=TYPE)
public @interface NotOSGiCompatible
This annotation marks the classes that are selected to run outside an OSGi container
either for latency reason or for dependency issue ...,the runner used in that case
is BlockJUnit4ClassRunner