Is there a way to make annotation `@NotBlank` app...
# compiler
m
Is there a way to make annotation
@NotBlank
appear within the type declaration on the field but not in the constructor parameter?
Just like
@field:NotBlank
Move to constructor
refactor option in Intellij simply removes the annotation 🧌