ClassLoader
based on the maven project's compile classpath elements.BytecodeInjectionMojo
to list the bytecode injections to perform.MavenProject.getCompileClasspathElements()
except that here we
cast it to the generic type and internally handle DependencyResolutionRequiredException
.BytecodeInjection
to name the field to be injected.