Archiviert
13
0

Document new fromMap behavior

Dieser Commit ist enthalten in:
Glen Husman 2014-05-14 16:26:51 -07:00
Ursprung ccecdf216f
Commit 324e6de284

Datei anzeigen

@ -40,6 +40,7 @@ public abstract class ClassSource {
/**
* Construct a class source from a mapping of canonical names and the corresponding classes.
* If the map is null, it will be interpreted as an empty map. If the map does not contain a Class with the specified name, or that string maps to NULL explicitly, a {@link ClassNotFoundException} will be thrown.
* @param map - map of class names and classes.
* @return The class source.
*/