<?phpnamespace Oz\Toolboxe\Validator;use Symfony\Component\Validator\Constraint;/** * @Annotation */class RecaptchaValidation extends Constraint{ /* * Any public properties become valid options for the annotation. * Then, use these in your validator class. */ public $message = 'Recaptcha invalide';}