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.
是否可以将整个项目(或 .jar)编译为单个 .java 文件?没有必要让它变得漂亮和可读。
单个 Java 源文件将施加以下限制:
public
@gustafc 接口不必是公开的。
所以我会说,一般不会。