public static class Delegating.DelegatingModeOrBuild<T> extends Delegating.DelegatingBuild<T>
delegating
Modifier and Type | Method and Description |
---|---|
Delegating.DelegatingBuild<T> |
mode(DelegationMode mode)
Forces a particular delegation mode to be used.
|
build, build
public Delegating.DelegatingBuild<T> mode(DelegationMode mode)
mode
- refer to DelegationMode.DIRECT
or
DelegationMode.SIGNATURE
for allowed values.Copyright © 2005–2017 Codehaus. All rights reserved.