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.
変換中に内部クラスを通常のクラスに変換する可能性はありますか?
クラスは、ラッパー クラスと同じパッケージ内にある必要があります。
どうも
解決策を見つけました。次のコードを置き換えます。
Class { ... %list="InnerClass" @separator="\n" @indent=" "% }
に:
Class { ... } %list="InnerClass" @separator="\n" @indent=" "%
これはトリックを行います