例如,我有这个代码
categoryCT.getInsertedItems();
我想要快捷方式来生成这样的代码
List<Category> insertedItems= categoryCT.getInsertedItems();
java eclipse
eclipse ×1
java ×1