Pruning of outdated JDK 6/7 references (plus related polishing)

(cherry picked from commit b325c74216)
This commit is contained in:
Juergen Hoeller
2018-08-07 20:36:47 +02:00
parent b87ee4ca32
commit a45ef35b38
13 changed files with 51 additions and 64 deletions

View File

@@ -49,7 +49,7 @@ public abstract class OrderUtils {
ClassUtils.forName("javax.annotation.Priority", OrderUtils.class.getClassLoader());
}
catch (Throwable ex) {
// javax.annotation.Priority not available, or present but not loadable (on JDK 6)
// javax.annotation.Priority not available
priorityAnnotationType = null;
}
}