blob: 0b165b6e26e6bc98b00c102a785e57ff1ad93563 [file] [log] [blame]
package com.github.javaparser;
public class ParserConfiguration {
public boolean doNotAssignCommentsPrecedingEmptyLines = true;
public boolean doNotConsiderAnnotationsAsNodeStartForCodeAttribution = false;
}