My friend, you have a syntax error missing the key for that value:
You are writing:
@Element(name="Video", =false)
and you are missing the “required”
@Element(name="Title",required=false)
solved Syntax error on token “,”, Identifier expected after this token [closed]