diff --git a/org.eclipse.jdt.annotation/src/org/eclipse/jdt/annotation/DefaultLocation.java b/org.eclipse.jdt.annotation/src/org/eclipse/jdt/annotation/DefaultLocation.java index 02677bfc389..7a7f9e08f76 100644 --- a/org.eclipse.jdt.annotation/src/org/eclipse/jdt/annotation/DefaultLocation.java +++ b/org.eclipse.jdt.annotation/src/org/eclipse/jdt/annotation/DefaultLocation.java @@ -124,8 +124,10 @@ public enum DefaultLocation { * } *

* These declarations are interpreted as: + *

*
    @NonNull Number [] n1;
 	 *    @NonNull Number [] @NonNull[] n2;
+ *

* I.e., both fields can still be null (see the unannotated left-most pair * of brackets) but none of the contents of these arrays is allowed to be * null (at any dimension).