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

AnnotatedTree.Processor.Condition.NodeDrawableCondition Maven / Gradle / Ivy

There is a newer version: 1.0.58
Show newest version
package AnnotatedTree.Processor.Condition;

import AnnotatedTree.ParseNodeDrawable;

public interface NodeDrawableCondition {
    boolean satisfies(ParseNodeDrawable parseNode);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy