org.codehaus.aspectwerkz.definition
Class PointcutDefinition
java.lang.Object
org.codehaus.aspectwerkz.definition.PointcutDefinition
- public class PointcutDefinition
- extends Object
Holds the meta-data for the pointcuts.
- Author:
- Jonas Bonér
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PointcutDefinition
public PointcutDefinition(String expression)
- Creates a new pointcut definition instance.
- Parameters:
expression
-
getExpression
public String getExpression()
- Returns the expression for the pointcut.
- Returns:
- the expression for the pointcut
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.