|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
---|
static final String TYPE
Method Detail |
---|
String value()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |