public static class Privileging.PrivilegingWith<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private Privileging<T> |
delegating |
| Modifier | Constructor and Description |
|---|---|
private |
PrivilegingWith(Privileging<T> delegating) |
| Modifier and Type | Method and Description |
|---|---|
Privileging.PrivilegingExecutedByOrBuild<T> |
with(java.lang.Object delegate)
With this delegate.
|
private Privileging<T> delegating
private PrivilegingWith(Privileging<T> delegating)
public Privileging.PrivilegingExecutedByOrBuild<T> with(java.lang.Object delegate)
delegate - the object the proxy delegates to.