Interface Config<T>


public interface Config<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
    set(T value)
     
  • Method Details