Package org.onehippo.repository.modules
Annotation Interface ProvidesService
Use this annotation on implementations of
DaemonModule
s to
inform the system about which services it registers with the
HippoServiceRegistry
.
Together with the RequiresService
annotation, this annotation
determines the order in which modules are started (and destroyed because that
happens in reversed order).-
Required Element Summary
-
Element Details
-
types
Class<?>[] types
-