Skip to content
DaanVanYperen edited this page Dec 27, 2014 · 22 revisions

Artemis-odb can be augmented through bytecode instrumentation and weaving. These facilities are provided via the maven plugin, gradle plugin and the Command Line Tool. Annotations are commonly used for more granular control, but no other considerations, code-wise, are required in order to use these features.

The bytecode weaving features work directly on the compiled classes, it is not (yet) possible to apply the transformations at runtime via an agent.

Maven plugin/CLI features

Clone this wiki locally