aboutsummaryrefslogtreecommitdiffstats
path: root/bcel-builder/src/org/aspectj/apache/bcel/generic/annotation/AnnotationGen.java
Commit message (Collapse)AuthorAgeFilesLines
* 231396: Comment #4: Big Refactoringaclement2008-05-281-166/+0
|
* repair the stupid damageaclement2008-04-251-0/+166
|
* up to date with 1.6.0aclement2008-04-251-166/+0
|
* repairing HEADREFACTORING_BRANCH_TAGaclement2007-02-151-0/+166
|
* major refactoring - writeup to follow...aclement2007-02-121-166/+0
|
* update license to EPLacolyer2006-06-011-2/+2
|
* Upgraded BCEL annotation support - can now get an immutable form of ↵aclement2005-06-081-0/+12
| | | | annotation (type Annotation) from the mutable form (type AnnotationGen). Required when copying annotations between class files.
* Declare annotation: infrastructure upgrade. Mainly to ensure we copy ↵aclement2005-03-101-8/+14
| | | | entries between constant pools correctly - required when annotations move from one class to another (as is typical with declare annotation)
* BCEL Java5 Supportaclement2004-11-191-0/+148