Package org.onehippo.repository.modules
package org.onehippo.repository.modules
-
ClassDescriptionAbstract base class for
ConfigurableDaemonModule
s that wish to reconfigure when their module configuration changes in the repository.Use this annotation on implementations ofDaemonModule
s to force the system to start and execute the module after other modules named by the annotation.DaemonModule
that needs module configuration.A DaemonModule represents a repository-managed component.Use this annotation on implementations ofDaemonModule
s to inform the system about which services it registers with theHippoServiceRegistry
.Use this annotation on implementations ofDaemonModule
s to inform the system about which services it uses from theHippoServiceRegistry
and which are provided by otherDaemonModule
s.