org.picocontainer.doc.introduction
Class Juicer

java.lang.Object
  extended by org.picocontainer.doc.introduction.Juicer

public class Juicer
extends java.lang.Object


Field Summary
private  Peelable peelable
           
private  Peeler peeler
           
 
Constructor Summary
Juicer(Peelable peelable, Peeler peeler)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

peelable

private final Peelable peelable

peeler

private final Peeler peeler
Constructor Detail

Juicer

public Juicer(Peelable peelable,
              Peeler peeler)