[Ctags-devel] @interface in Java
Brought to you by:
dhiebert
From: Masatake Y. <ya...@re...> - 2015-06-04 08:21:06
|
Hi, I'm a contributor of universal ctags (a.k.a. fishman-ctags). I would like to get comments from both java and ctags users about @interface of Java. (I don't know well about Java.) Consider following lines as input for ctags --language-force=Java: public @interface bug1777340 { String n() default "ninjas; monkeys!"; String m(); } Currently bug1777340 is recorded as as i(interface). I wonder whether I should introduce a new kind a(annotation) or not for @interface. As far as reading a book about Java, I sould introduce and prepare the way to distinguish from normal interface. Masatake YAMATO |