Package org.scijava

Interface Instantiable<T>

  • Type Parameters:
    T - The type of objects that can be created.
    All Known Implementing Classes:
    CommandInfo, PluginInfo

    public interface Instantiable<T>
    An interface declaring the ability to create objects.
    Author:
    Curtis Rueden