mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 00:11:26 +07:00
javadoc: split annotations one per line (IDEA-116214)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<html><head> <style type="text/css"> #error { background-color: #eeeeee; margin-bottom: 10px; } p { margin: 5px 0; } </style></head><body><small><b><a href="psi_element://Test"><code>Test</code></a></b></small><PRE><font color=red>@Nullable</font>
|
||||
@<a href="psi_element://java.lang.Deprecated"><code>Deprecated</code></a>
|
||||
public <a href="psi_element://java.lang.String"><code>String</code></a> <b>field = null</b></PRE></body></html>
|
||||
@@ -0,0 +1,5 @@
|
||||
class Test {
|
||||
@Nullable
|
||||
@Deprecated
|
||||
public String field = null;
|
||||
}
|
||||
Reference in New Issue
Block a user