Name of the generated Java class where to store all implementation methods of this module

as well as generated callbacks.

Property definitions

nitc :: java $ MModule :: impl_java_class_name
	# Name of the generated Java class where to store all implementation methods of this module
	# as well as generated callbacks.
	private fun impl_java_class_name: String do return "Nit_{name}"
src/ffi/java.nit:312,2--314,64