lookupRawJavaClass

fun lookupRawJavaClass(className: A_String): Class<*>

Look up the given Java class name, and create a suitable Java raw POJO for this raw Java class. The raw class does not capture type parameters.

Return

The raw Java Class (i.e., without type parameters bound).

Parameters

className

The full name of the Java class.

Throws

If the class can't be found, or if it's within the forbidden avail namespace.