mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 15:41:26 +07:00
Annotation applicability highlighting reworked
This commit is contained in:
+1
-1
@@ -5,4 +5,4 @@ import java.lang.annotation.*;
|
||||
@Expose @interface Expose {}
|
||||
|
||||
@Target({ElementType.FIELD})
|
||||
@<error descr="'@Expose1' not applicable to annotation type">Expose1</error>@interface Expose1 {}
|
||||
<error descr="'@Expose1' not applicable to annotation type">@Expose1</error>@interface Expose1 {}
|
||||
Reference in New Issue
Block a user