validate
@DeclareCompilerMessage(code="752",enumValueName="ERROR_BROKEN_VALIDATOR_ATTRIBUTE_NAME_MISMATCH",message="The configured validator ${0} seems to have a broken annotation attribute to validator constructor parameter mapping. Attributes names ${1} doesn\'t exist. Please fix validator implementation or don\'t use it.",processorClass=FluentApiProcessor.class) @DeclareCompilerMessage(code="753",enumValueName="ERROR_BROKEN_VALIDATOR_CONSTRUCTOR_PARAMETER_MAPPING",message="The configured validator ${0} seems to have a broken annotation attribute to validator constructor parameter mapping. Please fix validator implementation or don\'t use it.",processorClass=FluentApiProcessor.class) @DeclareCompilerMessage(code="754",enumValueName="ERROR_BROKEN_VALIDATOR_MISSING_NOARG_CONSTRUCTOR",message="The configured validator ${0} doesn\'t have a noarg constructor and therefore seems to be broken. Please fix validator implementation or don\'t use it.",processorClass=FluentApiProcessor.class)
public boolean validate()