标签: liferay liferay-6
我尝试将注释添加到服务实现类中,如下所示:
@Component public class MyServiceImpl extends MyServiceBaseImpl { @ReadThroughSingleCache public String hello(String name){ ...... } }
此注释不起作用。 Liferay服务构建器是否支持此功能?或者有解决方法吗?