注释类型 ClassPathExclusions

    • 必需元素概要

      所需元素 
      修饰符和类型必需的元素说明
      String[]value
      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