example.fruit.makeiteasy
Class FruitBowlMaker

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

public class FruitBowlMaker
extends Object

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


Field Summary
static Property<FruitBowl,Iterable<? extends Fruit>> contents
           
static Instantiator<FruitBowl> FruitBowl
           
 
Constructor Summary
FruitBowlMaker()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contents

public static final Property<FruitBowl,Iterable<? extends Fruit>> contents

FruitBowl

public static final Instantiator<FruitBowl> FruitBowl
Constructor Detail

FruitBowlMaker

public FruitBowlMaker()


Copyright © 2010. All Rights Reserved.