This is a {@link javassist.util.proxy.MethodHandler.MethodHandler} especiallymade for @ApplicationScoped beans.
Since there is only one single contextual instance of an @ApplicationScoped bean, we can simply cache this instance inside our bean. We only need to reload this instance if it is null. This happens at the first usage and after the MethodHandler got deserialized
|
|
|
|
|
|
|
|