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
I found some corresponding annotation and xml config have inconsistent behavior. What I mean is that some required properties in xml config are not required in comparable annotation configs. For example, the interface property is required in <dubbo:service /> config. But interfaceClass or interfaceName of @service annotation is not required. I think it is not a good design. We should make them have consistent behavior because it can make processing of config clearer and simpler.
The text was updated successfully, but these errors were encountered:
I found some corresponding annotation and xml config have inconsistent behavior.
What I mean is that some required properties in xml config are not required in comparable annotation configs. For example, the interface property is required in <dubbo:service /> config. But interfaceClass or interfaceName of @service annotation is not required.
I think it is not a good design. We should make them have consistent behavior because it can make processing of config clearer and simpler.
The text was updated successfully, but these errors were encountered: