andrei-punko / aspectj-sandbox

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Java 100.0%