]> source.dussan.org Git - aspectj.git/commitdiff
useful definition of STRING
authoraclement <aclement>
Mon, 30 Jan 2006 10:20:37 +0000 (10:20 +0000)
committeraclement <aclement>
Mon, 30 Jan 2006 10:20:37 +0000 (10:20 +0000)
weaver/src/org/aspectj/weaver/UnresolvedType.java

index bc55a05f0c276a2ff5771e58907a7e31fad188c4..4909da904ff71c39104066266c4ef4b7dcfb8d4f 100644 (file)
@@ -109,6 +109,7 @@ public class UnresolvedType implements TypeVariableDeclaringElement {
     public static final UnresolvedType   ENUM         = forSignature("Ljava/lang/Enum;");
     public static final UnresolvedType   ANNOTATION   = forSignature("Ljava/lang/annotation/Annotation;");
     public static final UnresolvedType   JAVA_LANG_CLASS = forSignature("Ljava/lang/Class;");
+    public static final UnresolvedType   JAVA_LANG_STRING = forSignature("Ljava/lang/String;");
     public static final UnresolvedType   JAVA_LANG_EXCEPTION = forSignature("Ljava/lang/Exception;");
     public static final UnresolvedType   JAVA_LANG_REFLECT_METHOD = forSignature("Ljava/lang/reflect/Method;");
     public static final UnresolvedType   SUPPRESS_AJ_WARNINGS = forSignature("Lorg/aspectj/lang/annotation/SuppressAjWarnings;");