Klasse AddAtAspectJAnnotationsVisitor

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.compiler.ASTVisitor
org.aspectj.ajdt.internal.compiler.ast.AddAtAspectJAnnotationsVisitor

public class AddAtAspectJAnnotationsVisitor extends ASTVisitor
Adds runtime visible annotations to code-style aspect declarations so that the MAP can provide aspect information at runtime. Done: - AspectDeclaration - AdviceDeclaration - PointcutDeclaration To Do: - DeclareDeclaration - Inter-Type Declaration