Interface DelegatingElement

All Superinterfaces:
AnnotatedConstruct, Element
All Known Subinterfaces:
DelegatingExecutableElement, DelegatingTypeElement, MessageInterface, MessageMethod, Parameter, ReturnType, ThrowableType
All Known Implementing Classes:
MessageInterfaceFactory.AptMessageInterface, MessageInterfaceFactory.LoggerInterface, MessageMethodBuilder.AptMessageMethod, ParameterFactory.AptParameter, ParameterFactory.MessageMethodParameter, ReturnTypeFactory.AptReturnType, ReturnTypeFactory.VoidReturnType, ThrowableTypeFactory.AptReturnThrowableType, ThrowableTypeFactory.AptThrowableType

public interface DelegatingElement extends Element
A delegating Element interface. All methods are invoked on the delegate element by default.