Class Java8Usage


  • final class Java8Usage
    extends java.lang.Object
    A class that uses a couple Java 8 features but doesn't really do anything. This lets us attempt to load it and log a warning if that fails, giving users advance notice of our dropping Java 8 support.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Java8Usage()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.String performCheck()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Java8Usage

        private Java8Usage()
    • Method Detail

      • performCheck

        static java.lang.String performCheck()