Interface DelegatingElement

All Superinterfaces:
AnnotatedConstruct, Element
All Known Subinterfaces:
DelegatingExecutableElement, DelegatingTypeElement, MessageInterface, MessageMethod, Parameter, ReturnType, ThrowableType

public interface DelegatingElement extends Element
A delegating Element interface. All methods are invoked on the delegate element by default.
Author:
James R. Perkins