Skip to content

Commit

Permalink
[#2044] Document problems with non-star static imports and `@UtilityC…
Browse files Browse the repository at this point in the history
…lass`
  • Loading branch information
rzwitserloot committed Mar 17, 2022
1 parent dbd4151 commit 5914aab
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/templates/features/experimental/UtilityClass.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@
<ul>
<li>
Some debate as to whether its common enough to count as boilerplate.
</li><li>
Due to limitations in javac, currently non-star static imports <em>cannot</em> be used to import stuff from <code>@UtilityClass</code>es; don't static import, or use star imports.
</li>
</ul>
Current status: <em>positive</em> - Currently we feel this feature may move out of experimental status with no or minor changes soon.
Current status: <em>negative</em> - Currently we feel this feature cannot move out of experimental status due to fundamental issues with non-star static imports.
</@f.experimental>

<@f.overview>
Expand Down

0 comments on commit 5914aab

Please sign in to comment.