This repository was archived by the owner on Feb 26, 2023. It is now read-only.

Description
When compiling with Android 4.4 Kitkat and using the new Java 7 support, I'm getting the following warning:
warning: Supported source version 'RELEASE_6' from annotation processor 'org.androidannotations.AndroidAnnotationProcessor' less than -source '1.7'
I'm not getting any strange behaviors from the warning so far in testing though.