Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

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 17
  • Maven 3

Types of aspects covered

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

How to build

mvn clean install