mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 18:58:31 +07:00
[java] recognizes @moduleGraph tag
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
class Test {
|
||||
/**
|
||||
* @apiNote note1
|
||||
* @implNote implNote
|
||||
* @implSpec implSpec
|
||||
*/
|
||||
public void i() {}
|
||||
/**
|
||||
* @apiNote note1
|
||||
* @implNote implNote
|
||||
* @implSpec implSpec
|
||||
* <warning descr="Tag 'moduleGraph' is not allowed here">@moduleGraph</warning>
|
||||
*/
|
||||
public void i() {}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* @moduleGraph
|
||||
* @since 9
|
||||
*/
|
||||
module Test { }
|
||||
Reference in New Issue
Block a user