我有一个接口 ShippingProduct和2个类 ShippingProductStandard,ShippingProductGurtmass。类ShippingProductStandard实现接口ShippingProduct。扩展了ShippingProductStandard并实现了ShippingProduct。是否需要像这样实现接口ShippingProduct:
public class ShippingProductGurtmass extends ShippingProductSt
我正在尝试构建一个具有公共基类的java ee webservice,但子类是实际的@webservice类(并将父类方法公开为@webmethod的方法)。doSomething(){//...does stuff}public class Child extends Parent {}将父类注释为well服务以及确保所有父