@Target(value=TYPE) @Retention(value=RUNTIME) public @interface NoContractTest
For example
@NoContractTest public interface Foo {...}
Declares that Foo does not require a contract test.
This is primarily used to filter out interfaces in the Interface reports.
Copyright © 2013-2016 XENEI.com. All Rights Reserved.