migrated to Java 8

This commit is contained in:
jomu
2014-03-20 11:32:37 +00:00
parent bdb19377ed
commit 7e926effef
6 changed files with 62 additions and 67 deletions

View File

@@ -2,7 +2,9 @@ package de.muehlencord.shared.configuration;
/**
*
* @author jomu
* @param <T> the type of the parameter
* @param <V> the value of the parameter - must be the same class as the type class of the parameter
* @author joern@muehlencord.de
*/
public interface Configuration<T, V extends T> {