We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3a582 commit ce3f633Copy full SHA for ce3f633
commons-core/src/main/scala/com/avsystem/commons/misc/TypeString.scala
@@ -38,7 +38,7 @@ object TypeString {
38
39
/**
40
* Typeclass that contains JVM fully qualified class name corresponding to given type.
41
- * This class name should resolve to runtime class of given type when passed to `java.lang.Class.forName`.
+ * `JavaClassName.of[T]` is always equal to `classTag[T].runtimeClass.getName`
42
*
43
* `JavaClassName` can be used instead of `ClassTag` in ScalaJS when ScalaJS linker is configured to drop class names.
44
* Also, unlike `ClassTag`, `JavaClassName` contains just a string so it can be easily serialized and deserialized.
0 commit comments