クラス BeanReference

java.lang.ObjectSE
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.BeanReference
実装されたすべてのインターフェース:
OpcodesSpelNode

public class BeanReference extends SpelNodeImpl
型への Bean 参照を表します(例: @foo または @'foo.bar')。FactoryBean の場合、構文 &foo を使用してファクトリ自体にアクセスできます。
作成者:
Andy Clement