mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
HHH-8106 Fixed bug with Enhancement Task
This commit is contained in:
parent
34ef043223
commit
d9870fffb8
@ -140,7 +140,7 @@ private void processClassFile(File javaClassFile) {
|
|||||||
|
|
||||||
private boolean shouldInclude(CtClass ctClass) {
|
private boolean shouldInclude(CtClass ctClass) {
|
||||||
// we currently only handle entity enhancement
|
// we currently only handle entity enhancement
|
||||||
return ! ctClass.hasAnnotation( Entity.class );
|
return ctClass.hasAnnotation( Entity.class );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user