| Class | Description |
|---|---|
| InterfaceProxyGenerator |
This class is used to aggregate several interfaces into a real class which implements all of them
It also allows you specify a superclass that the class should implement - this will add delegating
method overrides for any abstract methods in the hierarchy, but not override any non-abstract methods.
|
Copyright © 2009-2017 The Apache Software Foundation. All Rights Reserved.