Package io.protostuff.compiler.model
Interface Module
-
- All Known Implementing Classes:
ImmutableModule
@Immutable public interface ModuleModule represents a compilation unit - a set of proto files, generator name and generation options.- Author:
- Kostiantyn Shchepanovskyi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Map<String,Object>getOptions()StringgetOutput()List<Proto>getProtos()UsageIndexusageIndex()
-