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