We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a326aae commit 550ff9dCopy full SHA for 550ff9d
1 file changed
byte-buddy-dep/src/main/java/net/bytebuddy/pool/TypePool.java
@@ -88,8 +88,7 @@ public interface TypePool {
88
/**
89
* Locates and describes the given type by its name.
90
*
91
- * @param name The name of the type to describe. The name is to be written as when calling {@link Object#toString()}
92
- * on a loaded {@link java.lang.Class}.
+ * @param name The name of the type to describe. The name is to be written as when calling {@link Class#getName()}.
93
* @return A resolution of the type to describe. If the type to be described was found, the returned
94
* {@link net.bytebuddy.pool.TypePool.Resolution} represents this type. Otherwise, an illegal resolution is returned.
95
*/
0 commit comments