Yuzhw
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Yuzhw created a post, AnsweredIntelliJ doesn't detect @AllArgsConstructor
@AllArgsConstructorpublic class A { @Getter private final String B; @Getter private final String C;}IntelliJ gives red underlined error "Variable B might not have been initialized".