jedi.annotation.writer.factory
Class FactoryWriter

java.lang.Object
  extended by jedi.annotation.writer.factory.FactoryWriter

public class FactoryWriter
extends Object


Constructor Summary
FactoryWriter(Environment environment, Map<Class<?>,FactoryMethodWriter> factoryMethodWritersByAnnotationClass)
           
 
Method Summary
 void write(List<Annotateable> methods, FactoryType factoryType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryWriter

public FactoryWriter(Environment environment,
                     Map<Class<?>,FactoryMethodWriter> factoryMethodWritersByAnnotationClass)
Method Detail

write

public void write(List<Annotateable> methods,
                  FactoryType factoryType)


Copyright © 2011. All Rights Reserved.