studio 4.0新建class不带public的解决方法
里面内容改为:
#if (${PACKAGE_NAME} != "")package ${PACKAGE_NAME};#end
#if (${IMPORT_BLOCK} != "")${IMPORT_BLOCK}
#end
#parse("File Header.java")
#if (${VISIBILITY} == "public") public #end #if (${VISIBILITY} == "") public #end #if (${ABSTRACT} == "true")abs.
原创
2021-11-16 11:49:44 ·
319 阅读 ·
0 评论