-
@Documented @Retention(RUNTIME) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE,MODULE}) public @interface StubTests
Flags code that has almost no tests. Stub tests merely check whether the code runs at all in the most basic scenario. This annotation is intended for the code under test, but it can be also applied to tests themselves.