public static interface Configurable.WithEpDependencies
The interface is used for configurable that depends on some dynamic extension points.
If a configurable implements the interface by default the configurable will re-created after adding / removing extensions for the EP.
Examples: postfix template configurable. If we have added a plugin with new postfix templates we have to re-create the configurable
(but only if the content of the configurable was loaded)