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

tech.grasshopper.pdf.config.verify.VerifyConfiguration Maven / Gradle / Ivy

The newest version!
package tech.grasshopper.pdf.config.verify;

import lombok.experimental.SuperBuilder;
import tech.grasshopper.pdf.config.ReportConfig;

@SuperBuilder
public abstract class VerifyConfiguration {

	protected ReportConfig reportConfig;

	public abstract void verify();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy