Package it.unibo.alchemist.boundary.loader.util
See: Description
-
Class Summary Class Description OrderedParametersConstructor A JVMConstructor whose parameters are an ordered list (common case for any JVM language). NamedParametersConstructor A JVMConstructor whose parameters are named and hence stored in a parametersMap (no pure Java class works with named parameters now, Kotlin-only). JVMConstructor A constructor for a JVM class of type typeName.