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

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

package de.obqo.decycle.maven;

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

    public Allow() {
        super(false);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy