Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-apt-dev] Automatic suppression of generated class

Hi all,

After performing some tests with JDT-APT in Eclipse 3.2, I have this issue :

   I have an annotated class as input
   APT-JDT generate a new class from this input class
   This generation is performed in an AnnotationProcessor using Filer.createSourceFile() method
   The annotated input class is modified with an error
   The generated class is deleted

Is it a JDT APT bug ? Is it a bad usage ?

Thanks for your responses

Mickaël


Back to the top