mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
5 lines
200 B
Java
5 lines
200 B
Java
<warning descr="Period in the documentation is missing. The period is used by the Javadoc tool to generate the comment for the overview page">/**</warning>
|
|
* Do smth
|
|
* @author me.
|
|
*/
|
|
class Test { } |