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