Find the word definition

Wikipedia
GluonJ

GluonJ is a simple aspect-oriented programming (AOP) extension for Java. It provides AOP functionality to extend object-oriented programming (OOP) constructs by using annotations in regular Java. Developers can use the GluonJ framework as a compile-time AOP system or a load-time AOP system. Weaving ( program transformation) can be done by an ant task or a class loader, respectively.