Interface BeanReferenceable
-
- All Known Implementing Classes:
AspectRule,AutowireRule,BeanRule,InvokeActionRule,ScheduleRule,TemplateRule,Token
public interface BeanReferenceableThe Interface BeanReferenceable.Created: 2016. 2. 20.
- Since:
- 2.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BeanRefererTypegetBeanRefererType()Returns the Bean Referrer Type.
-
-
-
Method Detail
-
getBeanRefererType
BeanRefererType getBeanRefererType()
Returns the Bean Referrer Type.- Returns:
- the Bean Referrer Type
-
-