eclair
eclair copied to clipboard
Drop compat code for java 8
It has been a long time and officially supported version is Java 11.
This can wait after the upcoming release though.
There is actually a catch, as c848cfe shows. getSimpleClassName
actually returns the full or simple class name depending on whether it is applied to an object or a class!
I'm interested in your opinion on obj.getClass.getPrettySimpleName
vs obj.prettyClassName
.
Since this isn't trivial after all, I think it should wait for after the release.