Skip to content

Aspects usage examples: compile-time, postcompile-time, load-time weaving

License

Notifications You must be signed in to change notification settings

andrei-punko/aspectj-sandbox

Repository files navigation

Different cases of Aspects usage

Maven Build Coverage Branches

Based on this article

Prerequisites

  • JDK 21
  • Maven 3

Types of aspects covered

  • Compile-time weaving
  • Post-compile-time weaving
  • Load-time weaving

How to build

mvn clean install