Blocks :
|
|
Blocks :
|
Several changes to improve annotation handling: * Combine common parts of actualEnter[Type]Annotations * Restructure enterAnnotation and enterTypeAnnotation to eliminate a cast * Move repeating annotation code from SymbolMetadata.java in to Annotate.java * Get rid of Insert/remove/reinsert pattern with attaching annotations to symbols, use a more completer-like design
|