JetValueParameter.nullable is deprecated as it duplicates info in type field

This commit is contained in:
Alex Tkachman
2012-09-23 13:19:51 +02:00
parent b70cc84764
commit 4600990d52
5 changed files with 2 additions and 19 deletions
@@ -42,6 +42,7 @@ public @interface JetValueParameter {
JetTypeProjection[] typeProjections() default {};
/**
* @deprecated info contained in type field
* @return is this type nullable
*/
boolean nullable () default false;