Should I avoid using classes in Spring util package?

Viewed 267

There are many useful utility classes under the org.springframework.util package, however, many of them also has this on their document.

Mainly for internal use within the framework

Is it safe to use these classes in application ?

2 Answers
Related