Annotation Interface ForkedClassPath
@Retention(RUNTIME)
@Target(TYPE)
@Documented
@ExtendWith(cn.taketoday.test.classpath.ModifiedClassPathExtension.class)
public @interface ForkedClassPath
Annotation used to fork the classpath. This can be helpful where neither
ClassPathExclusions or ClassPathOverrides are needed, but just a copy
of the classpath.- 从以下版本开始:
- 4.0
- 作者:
- Christoph Dreis