package org.teachingextensions.approvals.lite.namer; public interface ApprovalNamer { String getApprovalName(); String getSourceFilePath(); }