Annotation Interface FeatureDisable


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

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