mirror of https://github.com/apache/openjpa.git
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:
parent
c8016a49e0
commit
5e9ecb0bbe
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue