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

Java-style [Required] attribute needed for strings #349

Closed
AndyDentFree opened this issue Jan 13, 2016 · 0 comments
Closed

Java-style [Required] attribute needed for strings #349

AndyDentFree opened this issue Jan 13, 2016 · 0 comments
Assignees
Milestone

Comments

@AndyDentFree
Copy link
Contributor

Unlike Swift, C# lacks a String? type so there's no way to specify that a String property is optional. That implies the corollary - there's no way to specify one is mandatory either. Java has a similar issue so they have a @required annotation.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants