Browse Source

Merge pull request #36 from csmith/master

Tell IDEA which nullable annotations we use.
pull/37/head
Greg Holmes 9 years ago
parent
commit
7ca414dbdb
1 changed files with 24 additions and 0 deletions
  1. 24
    0
      .idea/misc.xml

+ 24
- 0
.idea/misc.xml View File

@@ -8,6 +8,30 @@
8 8
       <item index="2" class="java.lang.String" itemvalue="net.engio.mbassy.listener.Handler" />
9 9
     </list>
10 10
   </component>
11
+  <component name="NullableNotNullManager">
12
+    <option name="myDefaultNullable" value="javax.annotation.Nullable" />
13
+    <option name="myDefaultNotNull" value="javax.annotation.Nonnull" />
14
+    <option name="myNullables">
15
+      <value>
16
+        <list size="4">
17
+          <item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
18
+          <item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
19
+          <item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" />
20
+          <item index="3" class="java.lang.String" itemvalue="android.support.annotation.Nullable" />
21
+        </list>
22
+      </value>
23
+    </option>
24
+    <option name="myNotNulls">
25
+      <value>
26
+        <list size="4">
27
+          <item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
28
+          <item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
29
+          <item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
30
+          <item index="3" class="java.lang.String" itemvalue="android.support.annotation.NonNull" />
31
+        </list>
32
+      </value>
33
+    </option>
34
+  </component>
11 35
   <component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
12 36
     <output url="file://$PROJECT_DIR$/build/classes" />
13 37
   </component>

Loading…
Cancel
Save