Annotation Interface FeatureInitialize


@Retention(RUNTIME) @Target(METHOD) public @interface FeatureInitialize
Marks a method on a Feature-annotated class to be invoked when the feature is first registered with Gestalt.

This is the first lifecycle callback executed. It is called once, before the feature is enabled for the first time.