@Documented @Retention(value=CLASS) @Target(value={TYPE,PACKAGE}) @Requirement(namespace="osgi.extender", name="osgi.configurator", version="1.0") public @interface RequireConfigurator
This annotation allows users to define custom locations that should be
searched for configuration files using value()
@Attribute(value="configurations") public abstract String[] value
If no locations are defined then the Configurator default of
/OSGI-INF/configurator
will be used.
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0