Annotation Interface ClassPathExclusions


@Retention(RUNTIME) @Target(TYPE) @Documented @ExtendWith(cn.taketoday.test.classpath.ModifiedClassPathExtension.class) public @interface ClassPathExclusions
Annotation used to exclude entries from the classpath.
从以下版本开始:
4.0
作者:
Andy Wilkinson
  • 必需元素概要

    所需元素
    修饰符和类型
    必需的元素
    说明
    One or more Ant-style patterns that identify entries to be excluded from the class path.
  • 元素详细资料

    • value

      String[] value
      One or more Ant-style patterns that identify entries to be excluded from the class path. Matching is performed against an entry's file name. For example, to exclude Hibernate Validator from the classpath, "hibernate-validator-*.jar" can be used.
      返回:
      the exclusion patterns