Interface Constants


public interface Constants
Constants of dubbo spring config
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    The name of an attribute that can be set on a BeanDefinition so that factory beans can signal their object type when it can't be deduced from the factory bean class.
    static final String
    attributes of reference annotation
    static final String
    Registration sources of the reference, may be xml file or annotation location
  • Field Details

    • REFERENCE_PROPS

      static final String REFERENCE_PROPS
      attributes of reference annotation
      See Also:
    • REFERENCE_SOURCES

      static final String REFERENCE_SOURCES
      Registration sources of the reference, may be xml file or annotation location
      See Also:
    • OBJECT_TYPE_ATTRIBUTE

      static final String OBJECT_TYPE_ATTRIBUTE
      The name of an attribute that can be set on a BeanDefinition so 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: