@Immutable public interface Rule
Modifier and Type | Interface and Description |
---|---|
static class |
Rule.Empty
Always empty Rule.
|
void update(@NotNull(message="spec can\'t be NULL") Spec spec)
spec
- Specification to save@NotNull(message="wallet is never NULL") Wallet wallet(Coordinates work, com.jcabi.urn.URN taker, String rule) throws Wallet.NotEnoughFundsException
work
- Which work fortaker
- Who is going to take money from my wallet?rule
- What this money is for?Wallet.NotEnoughFundsException
- If not enough fundsCopyright © 2009–2013 Rultor Inc.. All rights reserved.