org.codehaus.aspectwerkz.annotation
Class AfterAnnotationProxy
java.lang.Object
org.codehaus.aspectwerkz.annotation.UntypedAnnotationProxy
org.codehaus.aspectwerkz.annotation.AdviceAnnotationProxyBase
org.codehaus.aspectwerkz.annotation.AfterAnnotationProxy
- All Implemented Interfaces:
- Annotation, ParameterizedAnnotationProxy, Serializable
- public class AfterAnnotationProxy
- extends AdviceAnnotationProxyBase
The 'After' annotation proxy.
- Author:
- Jonas Bonr
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RETURNING_PREFIX
public static final String RETURNING_PREFIX
- See Also:
- Constant Field Values
THROWING_PREFIX
public static final String THROWING_PREFIX
- See Also:
- Constant Field Values
FINALLY_PREFIX
public static final String FINALLY_PREFIX
- See Also:
- Constant Field Values
AfterAnnotationProxy
public AfterAnnotationProxy()
setValue
public void setValue(String value)
- Description copied from class:
UntypedAnnotationProxy
- Sets the string single value of this untyped annotation
- Overrides:
setValue
in class AdviceAnnotationProxyBase
getSpecialArgumentType
public String getSpecialArgumentType()
- Returns the special argument type.
- Returns:
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.