このフィールドを使用して、Morphia の Java オブジェクトに注釈を付けようとしています。
@Id private ObjectId id;
ただし、私のコードでは次のエラーが発生します。
org.bson.types.ObjectId can not be found in source packages. Check the inheritance chain from your module; it may not be inheriting a required module or a module may not be adding its source path entries properly.
アプリケーションには Morphia および MongoDB jar がありますが。
この問題が発生する理由はありますか?