Hello folks, Is there any way to specify an inline byte literal with groovy? I'm asking because I'm stuck trying to specify a byte parameter into an annotation declared as such
public @interface Version {
byte value();
}
I was unable to find a solution.
Thanks a lot.
p
