Enum JavadocWriter.RequestedWhitespace

java.lang.Object
java.lang.Enum<JavadocWriter.RequestedWhitespace>
com.google.googlejavaformat.java.javadoc.JavadocWriter.RequestedWhitespace
All Implemented Interfaces:
Serializable, Comparable<JavadocWriter.RequestedWhitespace>, java.lang.constant.Constable
Enclosing class:
JavadocWriter

static enum JavadocWriter.RequestedWhitespace extends Enum<JavadocWriter.RequestedWhitespace>
The kind of whitespace that has been requested between the previous and next tokens. The order of the values is significant: It goes from lowest priority to highest. For example, if the previous token requests BLANK_LINE after it but the next token requests only NEWLINE before it, we insert BLANK_LINE.