File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-core/src/main/java/org/springframework/lang Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2017 the original author or authors.
2+ * Copyright 2002-2018 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
3333 * <p>Should be used at parameter, return value, and field level. Methods override should
3434 * repeat parent {@code @Nullable} annotations unless they behave differently.
3535 *
36- * <p>Can be used in association with {@code NonNullApi} or {@code @NonNullFields} to
36+ * <p>Can be used in association with {@code @ NonNullApi} or {@code @NonNullFields} to
3737 * override the default non-nullable semantic to nullable.
3838 *
3939 * @author Sebastien Deleuze
You can’t perform that action at this time.
0 commit comments