File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
java-compiler-testing/src/main/java/io/github/ascopes/jct/filemanagers Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ public interface JctFileManager extends JavaFileManager {
113113 * @param location the package oriented location.
114114 * @return the container group, or null if one does not exist.
115115 */
116+ @ Nullable
116117 PackageContainerGroup getPackageContainerGroup (Location location );
117118
118119 /**
@@ -128,6 +129,7 @@ public interface JctFileManager extends JavaFileManager {
128129 * @param location the module oriented location.
129130 * @return the container group, or null if one does not exist.
130131 */
132+ @ Nullable
131133 ModuleContainerGroup getModuleContainerGroup (Location location );
132134
133135 /**
@@ -143,6 +145,7 @@ public interface JctFileManager extends JavaFileManager {
143145 * @param location the output oriented location.
144146 * @return the container group, or null if one does not exist.
145147 */
148+ @ Nullable
146149 OutputContainerGroup getOutputContainerGroup (Location location );
147150
148151 /**
You can’t perform that action at this time.
0 commit comments