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

Consider using @NotNull annotations #225

Open
marcwrobel opened this issue Oct 20, 2022 · 2 comments
Open

Consider using @NotNull annotations #225

marcwrobel opened this issue Oct 20, 2022 · 2 comments

Comments

@marcwrobel
Copy link
Owner

@NotNull annotations are not used in jbanking : so far keeping the library completely dependency-free was preferred. But this annotation helps static code analysis, can be really helpful in IDEs or with some languages like Kotlin.

Should we consider using @NotNull annotations ?

@sschuberth
Copy link

with some languages like Kotlin.

Or switch to Kotlin for its null-safely and less boilerplate, targeting the JVM only first, but eventually opening the target audience to multi-platform?

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

No branches or pull requests

2 participants