There was a brief discussion about annotation class names a few days<div>ago - has this been finalized, and if so, what is the result? </div><div><br></div><div>Thanks</div><div>Wolfgang<br><br><div class="gmail_quote">On 16 February 2012 18:26, Mark Proctor <span dir="ltr"><<a href="mailto:mproctor@codehaus.org">mproctor@codehaus.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">We are just fine tuning PropertySpecific behahviour.<br>
<br>
Initially a pattern without any properties' mask was set to<br>
LONG.MAX_VALUE so that it responded to any field changes.<br>
<br>
However we've now changed it to 0, so Cell() will respond to the initial<br>
insertion, but it will not respond to any modifies.<br>
<br>
Should you want it to respond to modifies you must add @watch(*).<br>
<br>
The other aspect is that we are adding a kbuillder configration to set<br>
the default behaviour. Currently it is off. With it defaulting to off<br>
using PropertySpecific as an annotation makes sense. If we default it to<br>
on you then need to use PropertySpecific(true). i.e. the reversing of<br>
the logic means for the common case we now need an argument. Considering<br>
this common case will become default at some point in the future, i.e.<br>
you want the parameterless version to be the common use case.<br>
NonPropertySpecific is a bit long :)<br>
<br>
Mark<br>
_______________________________________________<br>
rules-dev mailing list<br>
<a href="mailto:rules-dev@lists.jboss.org">rules-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-dev</a><br>
</blockquote></div><br></div>