us.datanucleus-enhancer.3.1.1.source-code.plugin.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of datanucleus-enhancer Show documentation
Show all versions of datanucleus-enhancer Show documentation
DataNucleus Enhancer is a Java byte-code enhancer for use with DataNucleus.
The newest version!
<?xml version="1.0"?> <plugin id="org.datanucleus.enhancer" name="DataNucleus Enhancer" provider-name="DataNucleus"> <!-- IMPLEMENTATION CREATORS --> <extension point="org.datanucleus.implementation_creator"> <implementation-creator name="asm" class-name="org.datanucleus.enhancer.asm.ASMImplementationCreator"/> </extension> </plugin>