com.googlecode.androidannotations.generation
Class CodeModelGenerator

java.lang.Object
  extended by com.googlecode.androidannotations.generation.CodeModelGenerator

public class CodeModelGenerator
extends java.lang.Object


Constructor Summary
CodeModelGenerator(javax.annotation.processing.Filer filer, javax.annotation.processing.Messager messager)
           
 
Method Summary
 void generate(com.sun.codemodel.JCodeModel codeModel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodeModelGenerator

public CodeModelGenerator(javax.annotation.processing.Filer filer,
                          javax.annotation.processing.Messager messager)
Method Detail

generate

public void generate(com.sun.codemodel.JCodeModel codeModel)
              throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2010-2012. All Rights Reserved.