Dat Space
This commit is contained in:
parent
a46e8e2573
commit
03e71c3dfa
@ -8,7 +8,7 @@ public class TypeReflection<T> extends TypeAbstractChoice<T>
|
||||
// INSTANCE & CONSTRUCT
|
||||
// -------------------------------------------- //
|
||||
|
||||
public static <T> TypeReflection<T> get(Class<T> clazz){ return new TypeReflection<>(clazz); }
|
||||
public static <T> TypeReflection<T> get(Class<T> clazz) { return new TypeReflection<>(clazz); }
|
||||
public TypeReflection(Class<T> clazz)
|
||||
{
|
||||
super(clazz);
|
||||
|
Loading…
Reference in New Issue
Block a user