FeatureProvider

public interface FeatureProvider

Interface for classes that implement optional features. A provider don't need to provide all features but must be able to tell which features are supported or not.

Functions

Link copied to clipboard
public abstract Boolean available(Feature feature)

Checks if the given feature is available in this class or not.

Inheritors

Link copied to clipboard
Link copied to clipboard