5657585960616263646566
//Validate linkTable name ManyToMany localAnnotation = field.getAnnotation(ManyToMany.class); this.linkTable = localAnnotation.linkTable(); //Get remote field Field matchingRemoteField = null; Field[] fields = remoteClass.getDeclaredFields();