1: package testlib; 2: 3: public abstract class AbstractImpl implements BaseInterface { 4: // public abstract void method(); not available here directly 5: }