From e724bc8af9362198b2e7ba05843d7e9c76a28eff Mon Sep 17 00:00:00 2001 From: chibash Date: Wed, 4 Feb 2015 12:26:50 +0900 Subject: updated the tutorial and some javadoc comments --- src/main/javassist/CtClass.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/main/javassist/CtClass.java b/src/main/javassist/CtClass.java index fc828847..0fca3ff7 100644 --- a/src/main/javassist/CtClass.java +++ b/src/main/javassist/CtClass.java @@ -463,6 +463,11 @@ public abstract class CtClass { * and the methods so that the type variable T can be * accessible through reflection. * + *

MethodSignature is a utility class. You can directly + * pass the signature string to the setGenericSignature method. + * For the specification of the signatures, see Section 4.7.9.1 Signatures + * of The Java Virtual Machine Specification (Java SE 8). + * * @param sig a generic signature. * @see javassist.bytecode.SignatureAttribute.ClassSignature#encode() * @see javassist.bytecode.SignatureAttribute.MethodSignature#encode() -- cgit v1.2.3