On Jun 6, 2011, at 8:30 AM, Richard Ellis wrote: > David, > > I don't think it is easy to mark the WovenProxy class as synthetic because > it is a real interface with source in the org.apache.aries.proxy.weaving > package. AFAIK there is no way to mark an interface as synthetic only on > the implementing class, but not on the interface class itself. It is > probably possible for us to write a plugin that operates during the > process-classes phase which will add the synthetic marker to the > WovenProxy interface class after compilation. Is this what you had in > mind?
I'm not sure that David had it worked out *how* it would occur. But your suggestion would seem to fit the bill... --kevan
