/** * */ package at.gv.egiz.pdfas.api.sign.pos.page; import java.io.Serializable; /** * Determines how the page on which the signature is to be placed is selected. * * @author wprinz */ public abstract class PageAlgorithm implements Serializable { /** * */ private static final long serialVersionUID = 1L; // empty }