forgot to commit type descriptor

This commit is contained in:
Keith Donald
2009-07-08 22:46:29 +00:00
parent 2bbf827d57
commit 90bafe35cb
4 changed files with 41 additions and 8 deletions

View File

@@ -191,7 +191,7 @@ public class TypeDescriptor<T> {
} else if (methodParameter != null) {
return methodParameter.getMethod().getAnnotations();
} else {
return null;
return new Annotation[0];
}
}