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.
次のクラスは、Clojure の gen-class マクロを使用して生成できますか?
public class Test { public static final String TEST_NAME = "This test's name."; }
そうでない場合、なぜですか?
いいえ、gen-class は introp 用であるため、gen-class は static フィールドを生成できません。他の Java ライブラリで要求される種類のクラスを作成する力を提供しようとします。特定の static フィールドを持つクラスを提供することを Java ライブラリが要求することはめったにありません。