You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now there is explicit support for Guava's Optional (see here. It would be nice to support the Java 8 version as well. Hardcoding it just like the other is probably a bad idea as it would require to drop Java 7 support, so we most likely need some plugin mechanisms there, e.g. ServiceLoader?