Class MethodDelegateTypeMunger

java.lang.Object
org.aspectj.weaver.ResolvedTypeMunger
org.aspectj.weaver.MethodDelegateTypeMunger

public class MethodDelegateTypeMunger extends ResolvedTypeMunger
Type munger for annotation style ITD declare parents. with an interface AND an implementation. Given the aspect that has a field public static Interface fieldI = ... // impl. we will weave in the Interface' methods and delegate to the aspect public static field fieldI Note: this munger DOES NOT handles the interface addition to the target classes - a regular Parent kinded munger must be added in coordination.