All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.gdface.codegen.generic.GenericInterfaceConstants Maven / Gradle / Ivy

package net.gdface.codegen.generic;

import java.util.HashMap;

public interface GenericInterfaceConstants {
	final HashMap, String> GENERIC_TYPES_DEFAULT = new HashMap,String>(1) {
		private static final long serialVersionUID = 1L;
		{
			put(byte[].class,"T");
		}
	};
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy