If the specified `AdviceFactory` is missing the `getInstance` method, no error/warning is emitted until runtime. At injection time, the AdviceFactory class could be inspected, in order to guarantee that the method is present.
If the specified
AdviceFactoryis missing thegetInstancemethod, no error/warning is emitted until runtime.At injection time, the AdviceFactory class could be inspected, in order to guarantee that the method is present.