I want to use the aspectj with the LTW, and I don't want to use the agent
I did some search, and found little, only in below article, mentioned something https://www.eclipse.org/aspectj/doc/released/devguide/ltw-configuration.html, "Custom class loader A public interface is provided to allow a user written class loader to instantiate a weaver and weave classes after loading and before defining them in the JVM. This enables load-time weaving to be supported in environments where no weaving agent is available. It also allows the user to explicitly restrict by class loader which classes can be woven. For more information, see aj and the API documentation and source for WeavingURLClassLoader and WeavingAdapter."
Is there any guideline for this?