-
public class ApplicationDelegates
-
-
Field Summary
Fields Modifier and Type Field Description public final static ApplicationDelegatesINSTANCE
-
Method Summary
-
-
Method Detail
-
setOnce
final <T extends Any> ReadWriteProperty<Object, T> setOnce(T defaultValue)
Provides a property delegate, allowing the property to be set once and only once.
If unset (no default value), a get on the property will throw IllegalStateException.
-
-
-
-