Package ch.kk7.confij
Class ConfijBuilder.ConfijWrapper<T>
- java.lang.Object
-
- ch.kk7.confij.ConfijBuilder.ConfijWrapper<T>
-
- Enclosing class:
- ConfijBuilder<T>
public static class ConfijBuilder.ConfijWrapper<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConfijWrapper(T initialValue, ReloadNotifierImpl<T> reloadNotifier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tget()
-
-
-
Constructor Detail
-
ConfijWrapper
public ConfijWrapper(T initialValue, ReloadNotifierImpl<T> reloadNotifier)
-
-
Method Detail
-
get
public T get()
-
-