Annotation Interface RuleValidate


@Retention(RUNTIME) @Target(FIELD) @Documented public @interface RuleValidate
Marker annotation used on fields declarations in a projection to indicate the field, when populated, will contain a SPEL expression. Furthermore, this expression, when submitted via the API as a CRUD update, should be validated for acceptable formatting. This includes validating against code injection.
Author:
Jeff Fischer