Class SomeDependency


  • public class SomeDependency
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String thing  
    • Constructor Summary

      Constructors 
      Constructor Description
      SomeDependency()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void complete()  
      • Methods inherited from class java.lang.Object

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

      • thing

        private java.lang.String thing
    • Constructor Detail

      • SomeDependency

        public SomeDependency()
    • Method Detail

      • complete

        void complete()