All Downloads are FREE. Search and download functionalities are using the official Maven repository.

team.yi.tools.semanticcommit.parser.lexer.LexerMode Maven / Gradle / Ivy

package team.yi.tools.semanticcommit.parser.lexer;

public enum LexerMode {
    text,
    section,

    record,

    scope,
    subject,
    body,

    issueRef,
    actionIssueRef,
    mentionRef
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy