- 使用final关键字;
- 使用私有构造器;
1 public final class InitTest{ 2 private InitTest(){} 3 }
转载于:https://www.cnblogs.com/20158424-hxlz/p/10311105.html
1 public final class InitTest{ 2 private InitTest(){} 3 }
转载于:https://www.cnblogs.com/20158424-hxlz/p/10311105.html