We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Consider the following:
class C { static @Lazy Map map = new HashMap().tap { put('key', 'val') } }
The initialization expression for "map" has no highlighting and does not support code completion or navigation.
The text was updated successfully, but these errors were encountered:
Fix for #1569: find init method for @Lazy static field
@Lazy
49da260
Sorry, something went wrong.
eric-milles
No branches or pull requests
Consider the following:
The initialization expression for "map" has no highlighting and does not support code completion or navigation.
The text was updated successfully, but these errors were encountered: