/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package pl.ibpolsoft.toolkit.genericprovider; /** * * @author witoldsz */ public interface Provider { T create(); }