migrated to Java 8
This commit is contained in:
@@ -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> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user