example.fruit.makeiteasy
Class AppleCartMaker
java.lang.Object
example.fruit.makeiteasy.AppleCartMaker
public class AppleCartMaker
- extends Object
An example of how to define builders for properties that are collections.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
apples
public static final Property<AppleCart,Iterable<Apple>> apples
AppleCart
public static final Instantiator<AppleCart> AppleCart
AppleCartMaker
public AppleCartMaker()
Copyright © 2010. All Rights Reserved.