Interface TypeInstaller<T>

  • Type Parameters:
    T - expected extension type (or Object when no super type (e.g. for annotated beans))
    All Known Implementing Classes:
    ResourceInstaller

    public interface TypeInstaller<T>
    Marker interface must be used together with FeatureInstaller. Used for installers which requires just class to install extension.
    Since:
    10.10.2014
    See Also:
    ResourceInstaller