Re: Annotation Attributes
Conor MacNeill <[email protected]>
| Newsgroups | gmane.comp.jakarta.bcel.devel |
|---|---|
| Message-ID | <[email protected]> |
Dave Brosius wrote: > 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? > Sounds fine to me. Conor