@NotNull annotations on descriptor classes

This commit is contained in:
Andrey Breslav
2013-11-19 16:37:17 +04:00
parent 6dde064791
commit 0c2e1fb806
16 changed files with 24 additions and 0 deletions
@@ -68,6 +68,7 @@ class RootContext extends CodegenContext {
throw new IllegalStateException();
}
@NotNull
@Override
public List<AnnotationDescriptor> getAnnotations() {
throw new IllegalStateException();