Package io.protostuff.compiler
Interface CompilerMain.CompilerResolver
-
- Enclosing class:
- CompilerMain
public static interface CompilerMain.CompilerResolver
When there is no matching compiler for theProtoModule.getOutput()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtoCompiler
resolve(ProtoModule module)
-
-
-
Method Detail
-
resolve
ProtoCompiler resolve(ProtoModule module)
-
-