org.androidtransfuse.gen
Class GeneratedClassAnnotator

Package class diagram package GeneratedClassAnnotator
java.lang.Object
  extended by org.androidtransfuse.gen.GeneratedClassAnnotator

public final class GeneratedClassAnnotator
extends Object

Generation class centralizing the addition of the Generated annotation: @Generated(value = "org.androidtransfuse.TransfuseAnnotationProcessor", date = "7/12/12 10:08 AM")

Author:
John Ericksen

Method Summary
static void annotateGeneratedClass(com.sun.codemodel.JDefinedClass definedClass)
          Annotates the input class with the @Generated annotation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

annotateGeneratedClass

public static void annotateGeneratedClass(com.sun.codemodel.JDefinedClass definedClass)
Annotates the input class with the @Generated annotation

Parameters:
definedClass - input codemodel class


Copyright © 2012. All Rights Reserved.