Interface IConfigurationFeature<V>

    • Method Detail

      • getDefault

        @NonNull
        V getDefault()
        Get the default value of the configuration feature.
        Returns:
        the default value
      • getValueClass

        @NonNull
        Class<VgetValueClass()
        Get the class of the feature's value.
        Returns:
        the value's class