/** * */ package at.gv.egiz.pdfas.api.sign.pos.page; /** * Determines how the page on which the signature is to be placed is selected. * * @author wprinz */ public abstract class PageAlgorithm { // empty }