Class Invoker.SingletonHolder

  • Enclosing class:
    Invoker

    private static final class Invoker.SingletonHolder
    extends java.lang.Object
    Lazy initialization singleton holder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static Invoker INSTANCE  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SingletonHolder()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • INSTANCE

        private static final Invoker INSTANCE
    • Constructor Detail

      • SingletonHolder

        private SingletonHolder()