Package org.onehippo.repository.modules
Annotation Type After
-
@Retention(RUNTIME) @Target(TYPE) public @interface After
Use this annotation on implementations ofDaemonModule
s to force the system to start and execute the module after other modules named by the annotation.
-
-
Element Detail
-
modules
Class<?>[] modules
-
-