Skip to content
New issue

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

Jakarta Bean Validation @Email Snippet #51

Closed
rezaakv opened this issue Nov 20, 2020 · 1 comment · Fixed by #52
Closed

Jakarta Bean Validation @Email Snippet #51

rezaakv opened this issue Nov 20, 2020 · 1 comment · Fixed by #52
Assignees
Labels
snippet Snippet item

Comments

@rezaakv
Copy link
Contributor

rezaakv commented Nov 20, 2020

Add snippet for Jakarta Bean Validation built-in @Email constraint annotation:

@Email
private String emailAddress;

https://jakarta.ee/specifications/bean-validation/3.0/jakarta-bean-validation-spec-3.0.html#builtinconstraints-email

@rezaakv rezaakv self-assigned this Nov 20, 2020
@kathrynkodama
Copy link
Contributor

Let's open up similar snippet issues for other popular constraint annotations

@kathrynkodama kathrynkodama added the snippet Snippet item label Nov 20, 2020
@rezaakv rezaakv linked a pull request Nov 25, 2020 that will close this issue
kathrynkodama added a commit to kathrynkodama/lsp4jakarta that referenced this issue Nov 8, 2022
Signed-off-by: Kathryn Kodama <kathryn.s.kodama@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
snippet Snippet item
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants