public interface ProtectedSection
A protected section is delimited by a start and an end tag. These tags can be any arbitrary (language specific) strings, including multiline strings (with '\n' characters). A start delimiter must be unique in the scope of the generated file.
This interface is not intended to be implemented by clients.
GeneratedCode.getProtectedSections()
Modifier and Type | Method and Description |
---|---|
String |
getEndTag()
Return the end delimiter of the protected section.
|
String |
getStartTag()
Return the start delimiter of the protected section.
|
String getStartTag()
String getEndTag()