Package org.apache.dubbo.config.spring
Interface Constants
public interface Constants
Constants of dubbo spring config
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of an attribute that can beseton aBeanDefinitionso that factory beans can signal their object type when it can't be deduced from the factory bean class.static final Stringattributes of reference annotationstatic final StringRegistration sources of the reference, may be xml file or annotation location
-
Field Details
-
REFERENCE_PROPS
attributes of reference annotation- See Also:
-
REFERENCE_SOURCES
Registration sources of the reference, may be xml file or annotation location- See Also:
-
OBJECT_TYPE_ATTRIBUTE
The name of an attribute that can beseton aBeanDefinitionso that factory beans can signal their object type when it can't be deduced from the factory bean class. From FactoryBean.OBJECT_TYPE_ATTRIBUTE of Spring 5.2.- See Also:
-