package com.framsticks.util; import java.util.List; public interface AutoBuilder { public List autoFinish(); }