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.
有没有办法使用 javapoet 库将静态代码块添加到 java 类中
static { // whatever code is needed for initialization goes here }
使用TypeSpec.Builder::addStaticBlock。有关示例,请参见此测试用例。