org.androidtransfuse.gen
Class GeneratedClassAnnotator
java.lang.Object
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 |
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.