Class AfterReturningAdviceDeclaration

java.lang.Object

public class AfterReturningAdviceDeclaration extends AfterAdviceDeclaration
AfterReturningAdviceDeclaration DOM AST node. has: everything an AfterAdviceDeclaration has, an optional returning property It inherits property descriptors from AdviceDeclaration, but needs to add one for its returning property, but I can't mix descripters from two different classes in a property list, so I have to redefine them all here and use a 'returning' prefix to distinguish them from the ones defined in AdviceDeclaration. There has to be a better way, but this works.
Author:
ajh02