Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于私有 final 变量,Checkstyle 建议使用匹配 '^[az][a-zA-Z0-9]*$' 的名称。最终变量不应该全部大写吗?
例如,Checkstyle 想要 test、tEST 或 testTest。大会通常不是 TEST 吗?
只有public static final变量 - 那些充当常量的变量。
public static final