Interface ImportPlugin

All Known Implementing Classes:
AbstractImportPlugin

public interface ImportPlugin
This interface should be implemented by plugins that serve as input plugins. Such a plugin should have the @Plugin annotation on the class level and does not have to define any variants, as these are defined in the interface.
Author:
bfvdonge