Annotation Type After


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @interface After
    Use this annotation on implementations of DaemonModules to force the system to start and execute the module after other modules named by the annotation.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Class<?>[] modules  
    • Element Detail

      • modules

        Class<?>[] modules