org.codehaus.aspectwerkz.annotation
Class ExpressionAnnotationProxy
java.lang.Object
org.codehaus.aspectwerkz.annotation.UntypedAnnotationProxy
org.codehaus.aspectwerkz.annotation.ExpressionAnnotationProxy
- All Implemented Interfaces:
- Annotation, ParameterizedAnnotationProxy, Serializable
- public class ExpressionAnnotationProxy
- extends UntypedAnnotationProxy
- implements ParameterizedAnnotationProxy
The 'Expression' annotation proxy.
- Author:
- Jonas Bonér , Alexandre Vasseur
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExpressionAnnotationProxy
public ExpressionAnnotationProxy()
expression
public String expression()
setValue
public void setValue(String value)
- Description copied from class:
UntypedAnnotationProxy
- Sets the string single value of this untyped annotation
- Overrides:
setValue
in class UntypedAnnotationProxy
- Parameters:
value
-
addArgument
public void addArgument(String argName,
String className)
- Specified by:
addArgument
in interface ParameterizedAnnotationProxy
getArgumentNames
public Set getArgumentNames()
- Specified by:
getArgumentNames
in interface ParameterizedAnnotationProxy
getArgumentType
public String getArgumentType(String parameterName)
- Specified by:
getArgumentType
in interface ParameterizedAnnotationProxy
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.