Added rendering annotation class.

This commit is contained in:
Evgeny Gerashchenko
2012-04-06 17:26:09 +04:00
parent 2c3ff4357e
commit c21e3b837a
@@ -410,6 +410,9 @@ public class DescriptorRenderer implements Renderer<DeclarationDescriptor> {
case OBJECT:
keyword = "object";
break;
case ANNOTATION_CLASS:
keyword = "annotation class";
break;
default:
keyword = "class";
}