You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It assumes that A field that was declared in a Spring Bean annotated @Reference, The Dubbo Framework will generate an instance of ReferenceBean and inject into this field by Java reflection, rather than as a generic Spring Bean, that means, the newly generated instance can't be referenced by other places, thus, it's required to enhance this object as a Spring Bean in order to get it easily.
At the same time, @Reference should add a new attribute named "id", which is optional and identifies the different ReferenceBean.
The text was updated successfully, but these errors were encountered:
It assumes that A field that was declared in a Spring Bean annotated
@Reference
, The Dubbo Framework will generate an instance of ReferenceBean and inject into this field by Java reflection, rather than as a generic Spring Bean, that means, the newly generated instance can't be referenced by other places, thus, it's required to enhance this object as a Spring Bean in order to get it easily.At the same time,
@Reference
should add a new attribute named "id", which is optional and identifies the differentReferenceBean
.The text was updated successfully, but these errors were encountered: