How to Install aspectj in Ubuntu 18.04



Install aspectj by entering the following commands in the terminal:

sudo apt update
sudo apt install aspectj

Description:

aspect-oriented extension for Java - tools

AspectJ enables the clean modularization of crosscutting concerns such as: error checking and handling, synchronization, context-sensitive behavior, performance optimizations, monitoring and logging, debugging support, multi-object protocols. . This package provides the CLI tools of aspectj (aj5, ajc, ajbrowser).

Homepage: http://www.eclipse.org/aspectj

Version: 1.8.9-2

Section: universe/devel