Uses of Interface
space.arim.dazzleconf2.ReloadShell
Packages that use ReloadShell
Package
Description
Version 2 of the library, provided as a separate package.
-
Uses of ReloadShell in space.arim.dazzleconf2
Methods in space.arim.dazzleconf2 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.dazzleconf2.reflect
Methods in space.arim.dazzleconf2.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.