Interface LanguageProtocTarget

All Superinterfaces:
Comparable<ProtocTarget>, ProtocTarget
All Known Implementing Classes:
ImmutableLanguageProtocTarget

@Immutable public interface LanguageProtocTarget extends ProtocTarget
Base model for a protoc target that calls built-in language generation logic.
Since:
3.1.0
Author:
Ashley Scopes
  • Method Details

    • getLanguage

      Language getLanguage()
    • getOutputPath

      Path getOutputPath()
    • isLite

      boolean isLite()