Package org.togglz.core.proxy
-
Class Summary Class Description ByteBuddyProxyFactory Produces switching proxy implementations which delegate invocation to one of two objects depending on the state of the specifiedFeature.FeatureProxyInvocationHandler AInvocationHandlerimplementation that delegates invocation to one of two object depending on the state of the specified feature.TogglzSwitchable<T> Simple switch which sets its delegate to one of two objects depending on the state of the specifiedFeature.