org.codehaus.aspectwerkz.annotation
Class BeforeAnnotationProxy

java.lang.Object
  extended byorg.codehaus.aspectwerkz.annotation.UntypedAnnotationProxy
      extended byorg.codehaus.aspectwerkz.annotation.AdviceAnnotationProxyBase
          extended byorg.codehaus.aspectwerkz.annotation.BeforeAnnotationProxy
All Implemented Interfaces:
Annotation, ParameterizedAnnotationProxy, Serializable

public class BeforeAnnotationProxy
extends AdviceAnnotationProxyBase

The 'Before' annotation proxy.

Author:
Jonas Bonér
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.codehaus.aspectwerkz.annotation.AdviceAnnotationProxyBase
m_argsTypeByName, m_pointcut, m_type
 
Fields inherited from class org.codehaus.aspectwerkz.annotation.UntypedAnnotationProxy
m_name, m_value
 
Constructor Summary
BeforeAnnotationProxy()
           
 
Methods inherited from class org.codehaus.aspectwerkz.annotation.AdviceAnnotationProxyBase
addArgument, getArgumentNames, getArgumentType, getType, pointcut, setValue
 
Methods inherited from class org.codehaus.aspectwerkz.annotation.UntypedAnnotationProxy
getName, getValue, initialize, isTyped, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeforeAnnotationProxy

public BeforeAnnotationProxy()


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.