1 2 3 4 5 6
package util; public interface DerivedCommonDataInterface extends CommonData { void getDerivedData(); }