Hi Grant, Barry et. al,<br><br>At the meeting today we discussed how there is currently no way to override an annotated parameter&#39;s min, max or choices settings. It would be nice to be able to set them based on the current state upon plugin execution.<br>

<br>One way is to have option callback methods for min, max and choices. So rather than a constant value, the min, max and choices are computed by a method dynamically. For min and max, there could be a notation like putting &quot;#&quot; in front of the string to indicate it&#39;s a callback, since min and max of Parameter are already strings. For choices, it&#39;s a String, so you&#39;d have to write it as: &#39;choices = {&quot;#nameOfCallback&quot;}&#39;.<br>

<br>Do you think that&#39;s too awkward? Anyone have any better ideas?<br><br>-Curtis<br><br>