数据层对象用 XXDO命名,在 IDEA 中包名创建do的里面怎么不能创建java文件?
1 回答
翻过高山走不出你
TA贡献1875条经验 获得超3个赞
因为do是保留字,不能做包名,你试试,下面这些都不行:
abstract continue for new switch
assert default goto package synchronized
boolean do if private this
break double implements protected throw
byte else import public throws
case enum instanceof return transient
catch extends int short try
char final interface static void
class finally long strictfp volatile
const float native super while
添加回答
举报
0/150
提交
取消