java/sql-dk/src/info/globalcode/sql/dk/configuration/ConfigurationProvider.java
branchv_0
changeset 155 eb3676c6929b
parent 33 04db6ccd6c48
equal deleted inserted replaced
154:016836529e6c 155:eb3676c6929b
    16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    16  * along with this program. If not, see <http://www.gnu.org/licenses/>.
    17  */
    17  */
    18 package info.globalcode.sql.dk.configuration;
    18 package info.globalcode.sql.dk.configuration;
    19 
    19 
    20 /**
    20 /**
       
    21  * Use for lazy-loading of the configuration.
    21  *
    22  *
    22  * @author Ing. František Kučera (frantovo.cz)
    23  * @author Ing. František Kučera (frantovo.cz)
    23  */
    24  */
    24 public interface ConfigurationProvider {
    25 public interface ConfigurationProvider {
    25 
    26