ataspectj
Class BlockAnnotationPointcut

java.lang.Object
  extended by ataspectj.BlockAnnotationPointcut

public class BlockAnnotationPointcut
extends java.lang.Object

Class used to translate the @block pointcut into an AspectJ valid pointcut.


Field Summary
 java.lang.String _annotationName
          The Annotation Name.
 java.lang.String _newPointCutCall
          The new AspectJ valid pointcut.
 
Constructor Summary
BlockAnnotationPointcut(java.lang.String name)
          The constructor of the class.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_annotationName

public java.lang.String _annotationName
The Annotation Name.


_newPointCutCall

public java.lang.String _newPointCutCall
The new AspectJ valid pointcut.

Constructor Detail

BlockAnnotationPointcut

public BlockAnnotationPointcut(java.lang.String name)
The constructor of the class.

Parameters:
name - the annotation name.