Deprecated API
Contents
-
Terminally Deprecated ElementsElementDescriptionmigrate to use
AOPFallbackto specify the fallback method.A fallback or recovery method used with Aspects.
This isn't strictly required but more a helper to make it easier for aspects that want to use a fallback or recovery method.
migrate to usingAOPFallbackto specify fallback method. That then removes the need to use this method altogether.Return the arguments additionally appending the throwable.
-
Deprecated InterfacesInterfaceDescriptionmigrate to use
AOPFallbackto specify the fallback method.A fallback or recovery method used with Aspects.
This isn't strictly required but more a helper to make it easier for aspects that want to use a fallback or recovery method.
-
Deprecated MethodsMethodDescriptionmigrate to using
AOPFallbackto specify fallback method. That then removes the need to use this method altogether.Return the arguments additionally appending the throwable.