Class BeanReference

  • All Implemented Interfaces:
    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.
    Author:
    Andy Clement