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

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

The newest version!
package com.github.bingoohuang.utils.text.matcher.model;

import com.github.bingoohuang.utils.text.matcher.AnchorAware;
import lombok.Data;

@Data
public class LabelText implements AnchorAware, FiltersAware, TempAware {
    private String label;
    private String name;
    private String startAnchor;
    private String endAnchor;
    private String temp;
    private String valueFilters;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy