From e6dcca1b42ea879beb43b4d0234d6d65a6369b9f Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Mon, 14 Feb 2011 18:59:54 -0500 Subject: [PATCH] handle constant types --- interface/type | 3 +++ 1 file changed, 3 insertions(+) diff --git a/interface/type b/interface/type index a605f4cd4..ae24f5cc1 100644 --- a/interface/type +++ b/interface/type @@ -12,6 +12,9 @@ Type Parameterized baseType : SimpleType typeArguments: Type* + Constant + baseType: Type + value: String Annotated baseType : SimpleType annotations : Annotation*