配置Android-Annotation ,github20大开源:http://www.eoeandroid.com/thread-278980-1-1.html

        1. 把androidannotations-X.X.X-api.jar 放在libs文件夹
        2. 把androidannotations-X.X.X.jar 放在文件夹compile-libs,1与2不能在同一目录
        3. 右键项目,选择Properties
        4. 确保java编译器是1.6或以上
        5. 前往java compiler 》Annotation Processing 选择 "enable annotation processing"
        6. 前往java compiler > Annotation Processing > Factory Path 添加JAR:androidannotations-X.X.X.jar
        文档:https://github.com/excilys/androidannotations/wiki/AvailableAnnotations