JetValueParameter.nullable is deprecated as it duplicates info in type field
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user