类 BeanReference

  • 所有已实现的接口:
    Opcodes, SpelNode

    public class BeanReference
    extends SpelNodeImpl
    Represents a bean reference to a type, for example @foo or @'foo.bar'. For a FactoryBean the syntax &foo can be used to access the factory itself.
    作者:
    Andy Clement