Class AdviceDeclaration

All Implemented Interfaces:
ReferenceContext, TypeConstants, TypeIds, ProblemSeverities

public class AdviceDeclaration extends AjMethodDeclaration
Represents before, after and around advice in an aspect. Will generate a method corresponding to the body of the advice with an attribute including additional information.
Author:
Jim Hugunin