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

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

public class AfterAttribute
extends AbstractAdviceAttribute

Attribute for the after advice construct.

Author:
Jonas Bonér
See Also:
Serialized Form

Constructor Summary
AfterAttribute(java.lang.String name, java.lang.String expression)
          Create an Before attribute.
 
Methods inherited from class org.codehaus.aspectwerkz.attribdef.definition.attribute.AbstractAdviceAttribute
getExpression, getName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AfterAttribute

public AfterAttribute(java.lang.String name,
                      java.lang.String expression)
Create an Before attribute.

Parameters:
name - the name of the advice
expression - the expression for the advice


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