Class GestaltFeature

java.lang.Object
ovh.mythmc.gestalt.features.GestaltFeature

public class GestaltFeature extends Object
A descriptor that bundles a Feature-annotated class with optional custom constructor parameters used during instantiation.

Use builder() to create instances via the fluent GestaltFeature.GestaltFeatureBuilder. Pass the built instance to Gestalt.register(GestaltFeature) to register the feature with its associated constructor parameters.

  • Method Details