项目作者: andrei-punko

项目描述 :
Aspectj usage examples
高级语言: Java
项目地址: git://github.com/andrei-punko/aspectj-sandbox.git
创建时间: 2020-05-10T15:37:50Z
项目社区:https://github.com/andrei-punko/aspectj-sandbox

开源协议:MIT License

下载


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

  1. mvn clean install