mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
provide also create annotation from usage (IDEA-19746 )
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// "Create Annotation 'Smth'" "true"
|
||||
class Test {
|
||||
void foo(@Smth String s){}
|
||||
}
|
||||
|
||||
public @interface Smth {
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// "Create Annotation 'Smth'" "true"
|
||||
class Test {
|
||||
void foo(@S<caret>mth String s){}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
// "Create Annotation 'Smth'" "false"
|
||||
class Test {
|
||||
void foo(S<caret>mth s){}
|
||||
}
|
||||
Reference in New Issue
Block a user