Adds rebind/refresh an individual bean by type
Fixes gh-1162
This commit is contained in:
@@ -104,7 +104,8 @@ public class ConfigurationPropertiesRebinder
|
||||
}
|
||||
|
||||
/**
|
||||
* WARNING: This method rebinds beans from any context in the hierarchy using the main application context.
|
||||
* WARNING: This method rebinds beans from any context in the hierarchy using the main
|
||||
* application context.
|
||||
* @param type bean type to rebind.
|
||||
* @return true, if successful.
|
||||
*/
|
||||
|
||||
@@ -132,7 +132,8 @@ public class RefreshScope extends GenericScope
|
||||
}
|
||||
|
||||
/**
|
||||
* WARNING: This method refreshes beans from any context in the hierarchy using the main application context.
|
||||
* WARNING: This method refreshes beans from any context in the hierarchy using the
|
||||
* main application context.
|
||||
* @param type bean type to rebind.
|
||||
* @return true, if successful.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user