Class BeanReference

java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.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