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

org.snapscript.tree.Qualifier Maven / Gradle / Ivy

package org.snapscript.tree;

public interface Qualifier {
   String getQualifier();
   String getLocation();
   String getTarget();
   String getName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy