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.
私の知る限り、具体的な実装の抽象メソッドを置き換えるために AspectJ を使用できます。
AspectJ (または別の AOP 言語) を使用して、クラスの定義を抽象から非抽象に変更することもできますか? (型間宣言を使用して、抽象クラス内のすべての抽象メソッドに具体的な実装を提供した後)。