Added rendering annotation class.
This commit is contained in:
@@ -410,6 +410,9 @@ public class DescriptorRenderer implements Renderer<DeclarationDescriptor> {
|
|||||||
case OBJECT:
|
case OBJECT:
|
||||||
keyword = "object";
|
keyword = "object";
|
||||||
break;
|
break;
|
||||||
|
case ANNOTATION_CLASS:
|
||||||
|
keyword = "annotation class";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
keyword = "class";
|
keyword = "class";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user