Is this possible to get an int array in a custom annotation?
If yes, how to I call it?
Here's a dummy example to help me understand... Suppose that I have @Add() that takes an infinite number of operand.
@Add(operand1=10, operand2=20, operandx=...)
What I want is to have only one property operands.