optimaize / language-detector

Language Detection Library for Java
Apache License 2.0
567 stars 165 forks source link

Use java.util.Optional? #76

Open kennycason opened 7 years ago

kennycason commented 7 years ago

https://google.github.io/guava/releases/19.0/api/docs/com/google/common/base/Optional.html

There are no plans to deprecate this class in the foreseeable future. However, we do gently recommend that you prefer the new, standard Java class whenever possible.

kennycason commented 7 years ago

Well, that may impose problems for older java versions.

jnioche commented 7 years ago

+1 to use the standard Java 8 classes