| org.codehaus.aspectwerkz.annotation.AnnotationDefault
AnnotationDefault | public interface AnnotationDefault (Code) | | A custom annotation-like to host AnnotationDefault attribute that host annotation defaulted values
Note: Java 5 does not handles this as an annotation but as an attribute so this information
will be visible in ASMClassInfo as an annotation but it is not a real one (fe won't extend Java 5 Annotation etc)
author: Alexandre Vasseur |
value | public Object value()(Code) | | The default value of the annotation element marked with the AnnotationDefault attribute
Note: for Class it will be an instance of asm.Type
|
|
|