Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
None
-
None
Description
I am using the new annotation support in the BCEL trunk to write a utility for processing custom
annotations. This required extending the Annotations and AnnotationEntry classes, and the subclasses I
created needed to access the fields in the superclasses. Unfortunately, this wasn't possible because
these fields have private access. They should instead have protected access.