Package io.higson.runtime.reload
Class NoneReloadPolicy
java.lang.Object
io.higson.runtime.reload.FixedReloadPolicy
io.higson.runtime.reload.NoneReloadPolicy
- All Implemented Interfaces:
ReloadPolicy
The reloding policy that rejects every parameter from being reloaded.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.higson.runtime.reload.FixedReloadPolicy
eligibleForHotswap, eligibleForReloadMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.higson.runtime.reload.ReloadPolicy
eligibleForHotswap, eligibleForReload
-
Constructor Details
-
NoneReloadPolicy
public NoneReloadPolicy()
-