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

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