org.codehaus.aspectwerkz.annotation
Class ImplementsAnnotationProxy
java.lang.Object
org.codehaus.aspectwerkz.annotation.UntypedAnnotationProxy
org.codehaus.aspectwerkz.annotation.ImplementsAnnotationProxy
- All Implemented Interfaces:
- Annotation, Serializable
- public class ImplementsAnnotationProxy
- extends UntypedAnnotationProxy
The 'Implements' annotation proxy.
- Author:
- Jonas Bonér
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImplementsAnnotationProxy
public ImplementsAnnotationProxy()
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
-
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.