私のセットアップは、vaadin、mybatis、および春です。今、私は春とvaadinをvaadinチュートリアルと統合し、すべてが完璧に機能します。しかし、Property.ValueChangeEvent メソッドを使用してカスタム コンポーネントで @Configurable(preConstruction = true) を使用している場合、コンパイル時に次のエラーが発生しました。
[ERROR] java.lang.IllegalStateException: Can't ask to parameterize a member of non-generic type: com.vaadin.data.Property$ValueChangeListener kind(simple)
これに対する既知の解決策はありますか?