com.github.bingoohuang.utils.text.matcher.AnchorAware Maven / Gradle / Ivy
The newest version!
package com.github.bingoohuang.utils.text.matcher;
public interface AnchorAware {
String getStartAnchor();
String getEndAnchor();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy