org.codehaus.aspectwerkz.attribdef.definition.attribute
Class ImplementsAttribute

java.lang.Object
  extended byorg.codehaus.aspectwerkz.attribdef.definition.attribute.ImplementsAttribute
All Implemented Interfaces:
Attribute, java.io.Serializable

public class ImplementsAttribute
extends java.lang.Object
implements Attribute

Attribute for the Implements construct.

Author:
Jonas Bonér
See Also:
Serialized Form

Constructor Summary
ImplementsAttribute(java.lang.String expression)
          Create an Implements attribute.
 
Method Summary
 java.lang.String getExpression()
          Returns the expression.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementsAttribute

public ImplementsAttribute(java.lang.String expression)
Create an Implements attribute.

Parameters:
expression - the pointcut expression
Method Detail

getExpression

public java.lang.String getExpression()
Returns the expression.

Returns:
the expression


Copyright (c) 2002-2004 The AspectWerkz Team. All Rights Reserved.