Added rendering annotation class.
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user