Fixed invalid javadoc reference

This commit is contained in:
Marcin Grzejszczak
2018-09-29 11:31:51 +01:00
parent a4fdc8e117
commit 53f1f0bc3c

View File

@@ -16,7 +16,7 @@ public @interface ClassPathExclusions {
/**
* One or more Ant-style patterns that identify entries to be excluded from the class
* path. Matching is performed against an entry's {@link File#getName() file name}.
* path. Matching is performed against an entry's {@link java.io.File#getName() file name}.
* For example, to exclude Hibernate Validator from the classpath,
* {@code "hibernate-validator-*.jar"} can be used.
* @return the exclusion patterns