Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 51ce093b488bce0e61c1778052e44b5df07f581a (plain) (tree)
1
2
3
4
5




                                                                                          
Tips for writing compiler APT tests:

 - If you add or modify an annotation processor, you must create a new test processor jar.
 To do so, right-click on apttestprocessors.jardesc and select "Create Jar".  The jar file
 must be committed to CVS along with the new processor code.

Back to the top