Class PointcutDeclaration

All Implemented Interfaces:
ReferenceContext, TypeConstants, TypeIds, ProblemSeverities

public class PointcutDeclaration extends AjMethodDeclaration
pointcut [declaredModifiers] [declaredName]([arguments]): [pointcutDesignator];

No method will actually be generated for this node but an attribute will be added to the enclosing class.

Author:
Jim Hugunin