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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shows up in the live templates
The text was updated successfully, but these errors were encountered:
Can you please provide an example? It's likely that any created before the Spring Boot 3 release will use javax.
I mostly created these for demos and screencasts. I'd be happy to update ones that I'm using in future demos.
Sorry, something went wrong.
Just looking at the readme
For example
@lombok.Data @lombok.AllArgsConstructor @lombok.NoArgsConstructor @javax.persistence.Entity class $name$ { public $name$(java.lang.String name) { this.name = name; } @javax.persistence.Id @javax.persistence.GeneratedValue private java.lang.Long id; private java.lang.String name; }
No branches or pull requests
Shows up in the live templates
The text was updated successfully, but these errors were encountered: