mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-13 16:38:50 +00:00
Refactored the static helper methods in JavacAnnoConstructs into ordinary methods and put them in a common superclass (AnnoConstruct) of Symbol and Type. Reviewed-by: jjg, vromero, jfranck