Add public getter for dependency context
This commit is contained in:
@@ -255,4 +255,11 @@ public class DependencyCustomizer {
|
||||
protected boolean canAdd() {
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return the dependencyResolutionContext
|
||||
*/
|
||||
public DependencyResolutionContext getDependencyResolutionContext() {
|
||||
return this.dependencyResolutionContext;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user