mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
IDEA-89136 Constants in annotationvalues in javadoc should be clickable
also show enum constant value in documentation
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import java.lang.annotation.Documented;
|
||||
class Text { Foo foo; }
|
||||
@Bar(Baz.CONST, value = {Baz.CONST}) class Foo {}
|
||||
@Documented @interface Bar {}
|
||||
class Baz {
|
||||
static int CONST;
|
||||
}
|
||||
Reference in New Issue
Block a user