i've got a a question i hope you can help me. I want to create a Annotation for my little little database framework but how can i create this with a annotation?
@Columns({name="id", type="long"},{name="username",type="string"})
Simple annotation ca have a String[] butt i want a key/value in this array.
Thanks for you help.