HHH-8106 Fixed bug with Enhancement Task
This commit is contained in:
parent
34ef043223
commit
d9870fffb8
|
@ -140,7 +140,7 @@ public class EnhancementTask extends Task implements EnhancementContext {
|
||||||
|
|
||||||
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…
Reference in New Issue