ajbrowser
aspect-oriented extension for Java - tools
Install
- All systems
-
curl cmd.cat/ajbrowser.sh
- Debian
-
apt-get install aspectj
- Ubuntu
-
apt-get install aspectj
- Kali Linux
-
apt-get install aspectj
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install aspectj
- OS X
-
brew install aspectj
- Raspbian
-
apt-get install aspectj
- Dockerfile
- dockerfile.run/ajbrowser
aspectj
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).