1 2 3 4 5
package util; public aspect DerivedCommonDataInterfaceImplementation { public void DerivedCommonDataInterfaceImpl.getDerivedData() {} }