Hi,
for some particular project, I'd like to have a custom
IdentifierGenerator, which could be thought of as an extension of the
"native" IdentifierGenerator. Basically, it ought to take the id
generated by the "native" generator, but then do some magic with it,
for example add a prefix. (Yes, I k
Sounds good.
If you go the interface route then fine
If you go the annotation route, use the existing @Factory annotation
we have. You can also check the code to see how it's implemented for
filter.
On 2 déc. 09, at 19:29, Sanne Grinovero wrote:
> Hi Amin,
> no problem go ahead do some experi