Add public getter for dependency context

pull/1332/head
Dave Syer 10 years ago
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…
Cancel
Save