| org.codehaus.aspectwerkz.annotation.instrumentation.asm.CustomAttribute
CustomAttribute | public interface CustomAttribute (Code) | | Custom annotation wrapper annotation.
This Java 1.5 style annotation is used to wrap user defined / 1.3 / 1.4 annotations instead of using a custom attribute.
This allow to add user defined annotations as RuntimeInvisibleAnnotations and thus to support several annotations and
annotations introduction.
See AW-234.
author: Jonas BonŽr author: Alexandre Vasseur |
Method Summary | |
public String | value() Default value is a String, containing the BASE64 encoding of the serialized data of the user
custom annotation (proxy instance). |
value | public String value()(Code) | | Default value is a String, containing the BASE64 encoding of the serialized data of the user
custom annotation (proxy instance).
|
|
|