@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented @API(value=Maintained) public @interface IncludePackages
@IncludePackages
specifies the packages to be
included when running a test suite via @RunWith(JUnitPlatform.class)
.JUnitPlatform
,
ExcludePackages
public abstract String[] value