90919293949596979899100
} // Many to One ManyToOne manyToOne = method.getAnnotation(ManyToOne.class); if (manyToOne != null) { Class<?> targetEntity = manyToOne.targetEntity(); if (targetEntity != void.class) { return targetEntity; } }