aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/javassist/bytecode/annotation/Annotation.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/javassist/bytecode/annotation/Annotation.java')
-rw-r--r--src/main/javassist/bytecode/annotation/Annotation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/javassist/bytecode/annotation/Annotation.java b/src/main/javassist/bytecode/annotation/Annotation.java
index 851d3f9c..831960e3 100644
--- a/src/main/javassist/bytecode/annotation/Annotation.java
+++ b/src/main/javassist/bytecode/annotation/Annotation.java
@@ -78,7 +78,7 @@ public class Annotation {
* Constructs an annotation including no members. A member can be
* later added to the created annotation by <code>addMemberValue()</code>.
*
- * @param typeName the name of the annotation interface type.
+ * @param typeName the fully-qualified name of the annotation interface type.
* @param cp the constant pool table.
*
* @see #addMemberValue(String, MemberValue)