Annotation Type ClassPathExclusions

    • Required Element Summary

      Required Elements 
      Modifier and TypeRequired ElementDescription
      String[]value
      One or more Ant-style patterns that identify entries to be excluded from the class path.
    • Element Detail

      • 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.
        Returns:
        the exclusion patterns