Interface Provider<T>


public interface Provider<T>
  • Method Summary

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