Skip to content
junkdog edited this page Sep 21, 2014 · 22 revisions

Artemis-odb can be augmented through bytecode instrumentation and weaving. These facilities are provided via both the maven 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