Now that we require Java 8 at runtime, too, there is no need for AnimalSniffer anymore. Later on, in case we may require Java 9 at build time but still want to be compatible with Java 8 at runtime, we can use the new signatures built into the JDK itself to ensure this. |