@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()
| Modifier and Type | Optional Element and Description | 
|---|---|
| java.lang.String[] | valueThis attribute can be used to define one or more locations that the
 configurator must search, in order, for configuration files. | 
@Attribute(value="configurations") public abstract java.lang.String[] value
 If no locations are defined then the Configurator default of
 /OSGI-INF/configurator will be used.
Copyright © OSGi Alliance (2000, 2018). All Rights Reserved. Licensed under the OSGi Specification License, Version 2.0