eu.xenit.apix.search.nodes.BaseValueNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apix-interface Show documentation
Show all versions of apix-interface Show documentation
Xenit API-X Java interface
package eu.xenit.apix.search.nodes;
/**
* Internal abstract class used to represent a search syntax node.
*/
public abstract class BaseValueNode implements SearchSyntaxNode {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy