Annotation Attributes
"Dave Brosius" <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <00ab01c5099a$5ead5ac0$b17596d1@MBFG> |
I am starting to look at putting Annotation attribute support into BCEL. There are two types of Annotation attributes, with two different string constants. RuntimeVisibleAnnotations - those found in class files, and loaded by the JVM RuntimeInvisibleAnnotations - those found in class files, but not loaded by the JVM. I am thinking that I will just create one Annotation attribute class in BCEL, and allow for querying wheither this attribute is runtime visible or not. Does anyone see a problem with this?