Annotation Interface FeatureShutdown


@Retention(RUNTIME) @Target(METHOD) public @interface FeatureShutdown
Marks a method on a Feature-annotated class to be invoked when the feature is unregistered via Gestalt.unregister(Class[]).

This is the final lifecycle callback executed and is invoked once during feature teardown.