Interface EntryPoint

  • All Superinterfaces:
    java.lang.Runnable

    public interface EntryPoint
    extends java.lang.Runnable
    Interface marker for components which should be executed immediately after the whole dependency injection preparation process is done. If more than one such components are found, all of them will be executed consequently in undefined order.
    • Method Summary

      • Methods inherited from interface java.lang.Runnable

        run