Interface ForcedAutoDiscoverable
-
- All Superinterfaces:
AutoDiscoverable
public interface ForcedAutoDiscoverable extends AutoDiscoverable
A service provider contract for JAX-RS and Jersey components that need to be automatically discovered and registered inruntime configurations. A component implementing this contract becomes auto-discoverable by adding a new entry with fully qualified name of its implementation class name to aorg.glassfish.jersey.internal.spi.AutoDiscoverablefile in theMETA-INF/servicesdirectory. Implementations of this contract are alwaysconfiguredregardless of values of propertiesCommonProperties.FEATURE_AUTO_DISCOVERY_DISABLEandCommonProperties.METAINF_SERVICES_LOOKUP_DISABLE.- Author:
- Michal Gajdos
- See Also:
AutoDiscoverable
-
-
Field Summary
-
Fields inherited from interface org.glassfish.jersey.internal.spi.AutoDiscoverable
DEFAULT_PRIORITY
-
-
Method Summary
-
Methods inherited from interface org.glassfish.jersey.internal.spi.AutoDiscoverable
configure
-
-