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

eu.aronnax.smartconstraints.parser.common.ConstraintsHelperPort Maven / Gradle / Ivy

The newest version!
package eu.aronnax.smartconstraints.parser.common;

import java.lang.annotation.Annotation;
import java.util.stream.Stream;
import javax.lang.model.element.Element;

public interface ConstraintsHelperPort {

    Stream> getConstraintClasses();

    Class getCopyConstraintsAnnotation();

    CharSequence extractFromPackage(Element targetPackage);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy