Type annotations supported in Java elements

Reflection-related implementations are pending
This commit is contained in:
Andrey Breslav
2015-05-05 21:35:37 +03:00
committed by Denis Zharkov
parent 694af022c8
commit 31f4ff749c
10 changed files with 125 additions and 42 deletions
@@ -23,7 +23,7 @@ import org.jetbrains.annotations.ReadOnly;
import java.util.Collection;
import java.util.List;
public interface JavaClassifierType extends JavaType {
public interface JavaClassifierType extends JavaType, JavaAnnotationOwner {
@Nullable
JavaClassifier getClassifier();