Skip to content

Commit

Permalink
scaladoc update
Browse files Browse the repository at this point in the history
  • Loading branch information
ghik committed Jul 13, 2018
1 parent 3a3a582 commit ce3f633
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object TypeString {

/**
* Typeclass that contains JVM fully qualified class name corresponding to given type.
* 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`
*
* `JavaClassName` can be used instead of `ClassTag` in ScalaJS when ScalaJS linker is configured to drop class names.
* Also, unlike `ClassTag`, `JavaClassName` contains just a string so it can be easily serialized and deserialized.
Expand Down

0 comments on commit ce3f633

Please sign in to comment.