|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectataspectj.BlockAnnotationPointcut
public class BlockAnnotationPointcut
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 |
---|
public java.lang.String _annotationName
public java.lang.String _newPointCutCall
Constructor Detail |
---|
public BlockAnnotationPointcut(java.lang.String name)
name
- the annotation name.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |