@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ProvidesService
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).public abstract Class<?>[] types
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.