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

com.github.bingoohuang.utils.text.matcher.model.TextItem Maven / Gradle / Ivy

package com.github.bingoohuang.utils.text.matcher.model;

import lombok.Value;

@Value
public class TextItem {
    private final String name;
    private final String value;
    private final String desc;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy