package com.framsticks.util; public interface AutoAttacher { public void attachTo(Object parent); }