Package com.scriptbasic.spi
Interface ClassSetProvider
-
public interface ClassSetProviderProvide a set of classes.Modules that contain classes defining methods annotated with
BasicFunctionshould provide this interface as service so that theServiceLoadercan find them. ScriptBasic registers the classes provided by the methodprovide()when it also registers the methods that are implemented in this module.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Set<java.lang.Class<?>>provide()
-