This is a simple marker interface that indicates that an is a "safe" action and hence is
safe to receive any map of parameters.
Actions that dont have this marker interface will be deemed "unsafe" front end web actions and the input of
parameters will be done in a controlled and safe manner (see JRA-15664)
Introduced / changed as part of JRA-15664