406407408409410411412
JpaEntity entity, AnnotatedElement element, AnnotationProcessorStack context) { Inheritance annotation = element.getAnnotation(Inheritance.class); entity.setInheritance(new JpaInheritance(annotation)); }
405406407408409410411