From 5914aab27bee765347073a169bbec33d1db95789 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 17 Mar 2022 23:30:40 +0100 Subject: [#2044] Document problems with non-star static imports and `@UtilityClass` --- website/templates/features/experimental/UtilityClass.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/templates/features/experimental/UtilityClass.html b/website/templates/features/experimental/UtilityClass.html index c5f51e29..915fe5c9 100644 --- a/website/templates/features/experimental/UtilityClass.html +++ b/website/templates/features/experimental/UtilityClass.html @@ -11,9 +11,11 @@ - Current status: positive - Currently we feel this feature may move out of experimental status with no or minor changes soon. + Current status: negative - Currently we feel this feature cannot move out of experimental status due to fundamental issues with non-star static imports. <@f.overview> -- cgit