Klasse PointcutDeclaration

Alle implementierten Schnittstellen:
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.

Autor:
Jim Hugunin