Annotation Interface FeatureEnable


@Retention(RUNTIME) @Target(METHOD) public @interface FeatureEnable
Marks a method on a Feature-annotated class to be invoked when the feature is enabled via Gestalt.enableFeature(Class).

This callback is fired each time the feature transitions from a disabled to an enabled state.