Veraltete API
Inhalt
-
Veraltete KlassenKlasseBeschreibungUse
HelperInvocations
instead; it provides some dummy implementations of theInvokable
interface which are useful in some situations where a full-blown implementation is not required.
-
Veraltete MethodenMethodeBeschreibungThis method is not called any more during bean creation; instead
LifeCycleBeanProvider.fetchInitializedBeanInstance(Object, DependencyProvider)
is invokedThis method is replaced byApplication.findBeanDefinitions(Configuration, BeanContext)
. It is still called during application initialization to keep backwards compatibility, but this base implementation simply returns an empty collection.This method does not make sense in the public interface of this class. It will be removed in later versions. Use corresponding functionality from theLocatorUtils
class instead.UsenewRGBInstance()
instead.