Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 617 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 617 Bytes

A Linked List Implementation for Demonstration Java based MOP

Building

Running

  • mvn generate-sources generates an aspectJ and rvm files from src/main/resources/ListReadsInorder.mop

  • mvn test runs LinkedList tests after weaving source and generate aspect files using the aspectJ compiler. (Todo: This should ideally be handled via a mojo)