OPENJPA-2305 Revert AnnotationProcess6 @SupportSourceVersion removal. This will be resolved under JIRA 2300.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1495579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2013-06-21 20:13:01 +00:00
parent c8016a49e0
commit 5e9ecb0bbe
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ import org.apache.openjpa.persistence.util.SourceCode;
"openjpa.header",
"openjpa.metamodel"
})
@SupportedSourceVersion(RELEASE_6)
public class AnnotationProcessor6 extends AbstractProcessor {
private SourceAnnotationHandler handler;