new CheckPersistenceRefs(),
new CheckDependsOn(),
new CheckUserTransactionRefs(),
new CheckAsynchronous(),
new CheckDescriptorLocation(),
new CheckAnnotations(),
new CheckIncorrectPropertyNames(),
new CheckRestMethodArePublic(),
new CheckCdiEnabled()
};
if (additionalValidators == null || additionalValidators.length == 0) {