-
@Documented @Retention(RUNTIME) @Target({ANNOTATION_TYPE,CONSTRUCTOR,FIELD,METHOD,PACKAGE,TYPE,MODULE}) public @interface StubCode
Flags code that has almost no implementation. Stub code does not implement any feature. It just throws an exception or simply does nothing.