Class BreakTag

java.lang.Object
com.palantir.javaformat.doc.HasUniqueId
com.palantir.javaformat.doc.BreakTag

@Immutable public final class BreakTag extends HasUniqueId
Unique identifier for a break. A BreakTag can correspond to one or more breaks, and the state of the BreakTag is determined by whether any of the breaks were taken. Then, conditional structures like OpsBuilder.BlankLineWanted.ConditionalBlankLine and Indent.If behave differently based on whether this BreakTag was 'broken' or not.
See Also:
  • Constructor Details

    • BreakTag

      public BreakTag()