mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 08:50:57 +07:00
8 lines
183 B
Java
8 lines
183 B
Java
class Test {
|
|
/**
|
|
* @throws <warning descr="Class Test.SomeClass is not a descendant of Throwable">SomeClass</warning> asdfasd
|
|
*/
|
|
public void foo() {}
|
|
|
|
class SomeClass {}
|
|
} |