Updated Contributing (markdown)
parent
f00e6898ae
commit
2664ea87e3
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue