org.codehaus.aspectwerkz.pointcut
Interface Pointcut
- All Known Implementing Classes:
- AbstractPointcut, CallerSidePointcut, FieldPointcut
- public interface Pointcut
Interface for the pointcut concept.
I.e.an abstraction of a well defined point of execution in the program.
- Author:
- Jonas Bonér
Method Summary |
java.lang.String |
getExpression()
Returns the name of the pointcut. |
getExpression
public java.lang.String getExpression()
- Returns the name of the pointcut.
- Returns:
- the name
Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.