Updated Contributing (markdown)

James Agnew 2019-08-28 17:43:19 -04:00
parent f00e6898ae
commit 2664ea87e3
1 changed files with 4 additions and 0 deletions

@ -1,3 +1,7 @@
# Coding Conventions
HAPI FHIR uses the `java.annotation.Nullable` and `javax.annotation.Nonnull` annotations (where relevant and useful), as opposed to the equivalent `org.jetbrains` annotations. See [this StackOverflow] for a description on how to set this in IntelliJ.
# Code Style # Code Style
The HAPI FHIR codebase uses the following code style conventions. We are not strict about these, but consistency is a good thing so please consider using them. The HAPI FHIR codebase uses the following code style conventions. We are not strict about these, but consistency is a good thing so please consider using them.