Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 654 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 654 Bytes

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