Generator interfaces that plugins implement to add new generators.
GeneratorAPI
as a dependency.
Generator
. Because
Generator
interface extends LongTask
, add
LongTaskAPI
as another of your module dependency.
Generator.class
as the annotation service parameter.
GeneratorUI
if your generator needs
a settings panel and return it from getUI()
method.