Package org.int4.dirk.plugins
Interface Module
-
public interface ModuleInterface implemented byPluginModuleclasses which supplies which annotated types are part of a jar is loaded at runtime.Jars that wish to make use of this mechanism (which avoids scanning the jar) should place a class named
PluginModuleimplementing this interface in their default package.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.reflect.Type>getTypes()Returns a list ofTypes that should be loaded as part of this module.
-