Interface CBProtocolBuilderType
public interface CBProtocolBuilderType
A builder for protocols.
-
Method Summary
Modifier and TypeMethodDescriptioncreateVersion(BigInteger version) Create a new protocol version.voidsetDocumentation(List<String> text) Set the documentation string for the declaration.
-
Method Details
-
createVersion
Create a new protocol version.- Parameters:
version- The version number- Returns:
- The builder
-
setDocumentation
-