Package-level declarations

Types

Link copied to clipboard

Represents a feature that provides configuration sections. These sections will be automatically parsed from Tegral configuration files within the [tegral] section.

Link copied to clipboard
interface Feature<T>

A Feature is a Tegral software component that gets installed within an application.

Link copied to clipboard

Features that require special hooking

Link copied to clipboard
interface SimpleFeature : Feature<Unit>

A simplified interface for Feature that cannot be configured.