Type annotations supported in Java elements
Reflection-related implementations are pending
This commit is contained in:
committed by
Denis Zharkov
parent
694af022c8
commit
31f4ff749c
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user