Mark freshly supported annotations to use that mark for reporting corresponding warnings
This commit is contained in:
+2
-2
@@ -48,8 +48,8 @@ interface JavaTypeParameterListOwner : JavaElement {
|
||||
interface JavaAnnotation : JavaElement {
|
||||
val arguments: Collection<JavaAnnotationArgument>
|
||||
val classId: ClassId?
|
||||
val isIdeExternalAnnotation: Boolean
|
||||
get() = false
|
||||
val isIdeExternalAnnotation: Boolean get() = false
|
||||
val isFreshlySupportedTypeUseAnnotation: Boolean get() = false
|
||||
|
||||
fun resolve(): JavaClass?
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user