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
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    One or more sets of Maven coordinates (groupId:artifactId:version) to be added to the classpath.
  • 元素详细资料

    • value

      String[] value
      One 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