Class GeneratedReferenceTypeDelegate

java.lang.Object
org.aspectj.weaver.AbstractReferenceTypeDelegate
org.aspectj.weaver.GeneratedReferenceTypeDelegate
All Implemented Interfaces:
ReferenceTypeDelegate

public class GeneratedReferenceTypeDelegate extends AbstractReferenceTypeDelegate
A delegate that can sit in the ReferenceType instance created for an aspect generated from aop.xml. Only answers the minimal set of information required as the type is processed.
Author:
Andy Clement