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

de.obqo.decycle.maven.AllowDirect Maven / Gradle / Ivy

The newest version!
package de.obqo.decycle.maven;

/**
 * Represents an {@code <allow-direct>} element.
 */
public class AllowDirect extends AllowConstraint {

    public AllowDirect() {
        super(true);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy