Package io.gdcc.spi.meta.plugin
Interface CoreProvider
- All Known Subinterfaces:
ExportDataProvider
public interface CoreProvider
Represents a provider interface for core functionality within the plugin system.
CoreProvider serves as a marker or extension point within the framework to be implemented
by classes that provide essential services or functionality to the core system.
Implementations of this interface are expected to integrate with the broader plugin system,
potentially enabling the core system to interface with specific features or subsystems.
- See Also: