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

org.qbicc.facts.Fact Maven / Gradle / Ivy

There is a newer version: 0.77.0
Show newest version
package org.qbicc.facts;

/**
 * A boolean fact which applies to a specific element type.
 */
public interface Fact {
    Class getElementType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy