![JAR search and dependency download from the Maven repository](/logo.png)
AnnotatedTree.Processor.Condition.NodeDrawableCondition Maven / Gradle / Ivy
package AnnotatedTree.Processor.Condition;
import AnnotatedTree.ParseNodeDrawable;
public interface NodeDrawableCondition {
boolean satisfies(ParseNodeDrawable parseNode);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy