Interface ExtensionConfig

All Known Implementing Classes:
OracleConfig

public interface ExtensionConfig
Marker interface for the configuration data structures of extensions. These can be read from Configuration via Configuration.getExtensionConfig().

Subclasses must implement equals (and hashCode) based on the configuration data.