4
私のサービスでは、保護されたコンストラクタが@Inject
であり、パラメータ(プロバイダ)の1つが@Nullable
です。私が得意とするアイデアGuice @ Nullable注釈
com.google.inject.CreationException: Guice creation errors: 1) No implementation for [[service]] was bound.
? Guiceは3.0pre1、@Nullable
は私たちです。
@Nullableは何らかの形で強制されていませんが、読者やコード分析ツールには注意が必要です。 http://stackoverflow.com/questions/14076296/nullable-annotation-usage –
@DavidGladfelter実際にGuiceは '@ Nullable'を気にしていますhttps://github.com/google/guice/wiki/UseNullable – orsg