Documentation

This commit is contained in:
Francesco 2023-09-25 10:24:01 +02:00
parent 6f069197b2
commit ec36a05c98

View File

@ -134,11 +134,6 @@ public String getFullName() {
<p>When displaying a reference to an item, by default we show its primary key. If a class has a <code>@DisplayName</code>, this method will be used in addition to the primary key whenever possible, giving the user a more readable option. <p>
<h4 id="display-format">3.1.2 @DisplayFormat</h4>
<pre>
<code class="language-java">@DisplayFormat(format = "$%.2f")