org.codehaus.aspectwerkz.annotation.instrumentation.asm
Interface CustomAttribute


public interface CustomAttribute

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 , Alexandre Vasseur

Field Summary
static String TYPE
           
 
Method Summary
 String value()
          Default value is a String, containing the BASE64 encoding of the serialized data of the user custom annotation (proxy instance).
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Method Detail

value

public String value()
Default value is a String, containing the BASE64 encoding of the serialized data of the user custom annotation (proxy instance).

Returns:


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