return false;
Command commandAnnotation = command.getClass().getAnnotation(
Command.class);
return commandAnnotation.unique();
}
private Long getUniqueStorageTimeout(Object command) {
Command commandAnnotation = command.getClass().getAnnotation(
Command.class);