users@jaxb.java.net

Injecting Code with Plugins

From: dustin hunter <cosmicnonplusation+coding_at_gmail.com>
Date: Fri, 17 Mar 2006 17:33:31 -0800

I've got a jaxb plugin setup, now I am attempting to write a plugin that
extracts the interface from JAX-B objects. I can create an interface
JDefinedClass object well enough, but I'm having a harder time getting the
interface hooked back into the Outline so that it will eventually be
generated. All the examples I've found are not creating new objects, but
modifying old ones. Can anyone point me in the right direction?

In another thread someone mentioned that they were using Kosuke's
CodeInjector class as a reference. Can anyone point me to this?

Thanks