From 2664ea87e35447a63724e10d4b8ad34da0ef2a76 Mon Sep 17 00:00:00 2001 From: James Agnew Date: Wed, 28 Aug 2019 17:43:19 -0400 Subject: [PATCH] Updated Contributing (markdown) --- Contributing.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Contributing.md b/Contributing.md index 8aa9654..5d3a15e 100644 --- a/Contributing.md +++ b/Contributing.md @@ -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 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.