Skip to content

Commit 6ba8269

Browse files
author
Dave Syer
committed
Add public getter for dependency context
1 parent 59b8fc6 commit 6ba8269

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/DependencyCustomizer.java

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,11 @@ private AnnotationNode createGrabAnnotation(String group, String module,
255255
protected boolean canAdd() {
256256
return true;
257257
}
258+
259+
/**
260+
* @return the dependencyResolutionContext
261+
*/
262+
public DependencyResolutionContext getDependencyResolutionContext() {
263+
return this.dependencyResolutionContext;
264+
}
258265
}

0 commit comments

Comments
 (0)