Build-time bytecode enhancement Maven plugin for rcm-framework templates.
Replaces the runtime Javassist weaving path previously performed at Spring
context startup. The 0.0.x series keeps the runtime path as a fallback; this
plugin writes a @ClassEnhanced marker that the runtime path uses to skip
already-enhanced classes. 0.1.0 removes the runtime path entirely.