I am reading a tutorial about stripes security that tells me to annotate like this
@RolesAllowed({
"Administrator",
"User if ${user eq message.folder.user}"
})
But I think I want to do something else in my own case, use another operator or such. I have googled but not succeeded. Where is the "manual" for annotation expressions.
I look forward to understand the explanation for:
${//some expression}
and also that if
and eq
operators, where is the "list"?