HHH-13764 Include getter annotations when required for the enhancements
This commit is contained in:
parent
98101bfc52
commit
4fb813f39c
|
@ -536,7 +536,7 @@ public class EnhancerImpl implements Enhancer {
|
|||
}
|
||||
annotationDescriptions.addAll( fieldDescription.getDeclaredAnnotations() );
|
||||
|
||||
return fieldDescription.getDeclaredAnnotations();
|
||||
return new AnnotationList.Explicit( annotationDescriptions );
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue