Uses of Interface
space.arim.dazzleconf.ReloadShell
Packages that use ReloadShell
Package
Description
Version 2 of the library, provided as a separate package.
-
Uses of ReloadShell in space.arim.dazzleconf
Methods in space.arim.dazzleconf that return ReloadShellModifier and TypeMethodDescription@NonNull ReloadShell<C> Configuration.makeReloadShell(@Nullable C initialValue) Creates a reload shell for this configuration. -
Uses of ReloadShell in space.arim.dazzleconf.reflect
Methods in space.arim.dazzleconf.reflect that return ReloadShellModifier and TypeMethodDescription<I> @NonNull ReloadShell<I> Instantiator.generateShell(@NonNull Class<I> iface) Makes a reloadable shell for the given interface type.