SimpleFeature
A simplified interface for Feature that cannot be configured.
In reality, the type of the configuration is Unit. If you need to use SimpleFeature in combination with ConfigurableFeature or other specializations of Feature, use Unit
as the type parameter.
Properties
Functions
Link copied to clipboard
Create an object that will be used as the receiver parameter for install(MyFeature) { HERE }
Link copied to clipboard
Identical to Feature.install, but without a configuration object.
Callback when this feature is installed onto an environment.