From: aclement Date: Mon, 31 Jan 2005 13:14:58 +0000 (+0000) Subject: Updated javadoc to tell you not to use a particular method if you can help it. X-Git-Tag: Root_AspectJ5_Development~22 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cd6ed0b524ae75f81cacf35589cce7ea8df78a29;p=aspectj.git Updated javadoc to tell you not to use a particular method if you can help it. --- diff --git a/weaver/src/org/aspectj/weaver/TypeX.java b/weaver/src/org/aspectj/weaver/TypeX.java index 3dad1b8fa..6fbdb7573 100644 --- a/weaver/src/org/aspectj/weaver/TypeX.java +++ b/weaver/src/org/aspectj/weaver/TypeX.java @@ -66,6 +66,7 @@ public class TypeX implements AnnotatedElement { } /** + * NOTE: Use forSignature() if you can, it'll be cheaper ! * Constructs a TypeX for a java language type name. For example: * *