Annotation Interface ClassPathOverrides
@Retention(RUNTIME)
@Target({TYPE,METHOD})
@Documented
@ExtendWith(ModifiedClassPathExtension.class)
public @interface ClassPathOverrides
Annotation used to override entries on the classpath.
- 从以下版本开始:
- 4.0
- 作者:
- Andy Wilkinson
-
必需元素概要
所需元素
-
元素详细资料
-
value
String[] valueOne or more sets of Maven coordinates (groupId:artifactId:version) to be added to the classpath. The additions will take precedence over any existing classes on the classpath.- 返回:
- the coordinates
-