Package org.onehippo.repository.modules
Annotation Type ProvidesService
-
@Retention(RUNTIME) @Target(TYPE) public @interface ProvidesService
Use this annotation on implementations ofDaemonModule
s to inform the system about which services it registers with theHippoServiceRegistry
. Together with theRequiresService
annotation, this annotation determines the order in which modules are started (and destroyed because that happens in reversed order).
-
-
Element Detail
-
types
Class<?>[] types
-
-