spring_api: note about deprecated SpringModelSearchParameters.BeanClass#withInheritors(GlobalSearchScope)

This commit is contained in:
Yann Cébron 2016-02-18 19:43:29 +01:00
parent d91f73b4f2
commit cbfd7f6a5a

View File

@ -80,6 +80,8 @@ Choose one of `com.intellij.spring.CommonSpringModel#findBeansByPsiClassXXX` var
_Version 14_: `com.intellij.spring.model.utils.SpringModelSearchers#findBeans`
_Version 16_: note deprecation of `SpringModelSearchParameters.BeanClass#withInheritors(GlobalSearchScope)`
##### Find out if bean with given name/type exists
_Version 14_: `com.intellij.spring.model.utils.SpringModelSearchers#doesBeanExist` (please note deprecated methods)