]> source.dussan.org Git - aspectj.git/commit
Raise ClassLoaderWeavingAdaptor::defineClass visibility to protected
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 4 Apr 2024 10:51:58 +0000 (12:51 +0200)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Thu, 4 Apr 2024 10:51:58 +0000 (12:51 +0200)
commit3531ed77f519d4e45b9a41abe2293349e0ede6e6
tree050840cbf912e43ad5d50e7fc9e382df758a55f9
parentb16525c0043906c20b7bb82157387c45bc136c52
Raise ClassLoaderWeavingAdaptor::defineClass visibility to protected

Relates to https://github.com/eclipse-aspectj/ajdt/issues/57 and it a
precondition for refactoring phase 2 of child class
OSGiWeavingAdaptor::defineClass, which can now directly call the super
methods instead of using reflection.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
loadtime/src/main/java/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java