Use SafeVarargs where appropriate #13
Labels
enhancement
New feature or request
release scope: micro
Changes required for the issue are appropriate for a semantically "micro" release
Not sure if we are going to be implementing
ImmutableList
or its friends in Alloy, but if so we should appropriately annotate any place where we use varargs in a safe with with@SafeVarargs
.See this StackOverflow post:
https://stackoverflow.com/questions/30130262/is-safevarargs-an-appropriate-annotation-for-this-method
The text was updated successfully, but these errors were encountered: