Package io.protostuff.compiler.model
Interface ExtensionContainer
-
- All Known Subinterfaces:
UserTypeContainer
- All Known Implementing Classes:
AbstractUserTypeContainer,Group,Message,Proto
public interface ExtensionContainerContainer for extensions - a node where extensions can be defined. Protocol buffer allow extensions to be defined in proto file or a message.- Author:
- Kostiantyn Shchepanovskyi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddDeclaredExtension(Extension extension)List<Extension>getDeclaredExtensions()
-