Uses of Interface
io.inverno.core.compiler.spi.ModuleInfo
Packages that use ModuleInfo
-
Uses of ModuleInfo in io.inverno.core.compiler.spi
Methods in io.inverno.core.compiler.spi that return ModuleInfoModifier and TypeMethodDescriptionModuleInfoBuilder.build()Builds the module.ModuleInfo.getModules()Returns the modules required by the module.Methods in io.inverno.core.compiler.spi with parameters of type ModuleInfoModifier and TypeMethodDescriptionModuleInfoBuilder.modules(ModuleInfo[] modules)Sets the modules that should be part of the module.ModuleInfoVisitor.visit(ModuleInfo moduleInfo, P p)Visits module info.