example.fruit.makeiteasy
Class AppleCartMaker

java.lang.Object
  extended by example.fruit.makeiteasy.AppleCartMaker

public class AppleCartMaker
extends Object

An example of how to define builders for properties that are collections.


Field Summary
static Instantiator<AppleCart> AppleCart
           
static Property<AppleCart,Iterable<Apple>> apples
           
 
Constructor Summary
AppleCartMaker()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

apples

public static final Property<AppleCart,Iterable<Apple>> apples

AppleCart

public static final Instantiator<AppleCart> AppleCart
Constructor Detail

AppleCartMaker

public AppleCartMaker()


Copyright © 2010. All Rights Reserved.