Skip to content

reinaldomjr/aspectj-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AspectJ Exercise

GitHub release (latest SemVer)

This project is a simple example on how to apply AspectJ classes to a Java project

Installation

Just clone this repository and run a maven build:

mvn package

Usage

After the build is complete, a single jar, with all the dependencies will be generated at the target folder.

All you have to do is execute the jar, using java -jar

java -jar target/aspectj-test-service.jar

All the weaving is done at class loading time

Contributing

Pull requests are welcome.

For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages