Annotation Type StartupRunLevel

    • Field Summary

      Fields 
      Modifier and Type Fields Description
      static int IMPLICITLY_RELIED_ON
      Services in this runlevel might be needed by other services, but there's no explicit HK2 dependency.
      static int VAL  
    • Field Detail

      • VAL

        static final int VAL
      • IMPLICITLY_RELIED_ON

        static final int IMPLICITLY_RELIED_ON
        Services in this runlevel might be needed by other services, but there's no explicit HK2 dependency. Therefore these services just need to start sooner.