From ec36a05c98ead6b63612cc6f10d2369dafa5f9e9 Mon Sep 17 00:00:00 2001 From: Francesco Date: Mon, 25 Sep 2023 10:24:01 +0200 Subject: [PATCH] Documentation --- docs/docs.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/docs.html b/docs/docs.html index af1f6b6..b0e516d 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -134,11 +134,6 @@ public String getFullName() {

When displaying a reference to an item, by default we show its primary key. If a class has a @DisplayName, this method will be used in addition to the primary key whenever possible, giving the user a more readable option.

- - - - -

3.1.2 @DisplayFormat

 @DisplayFormat(format = "$%.2f")