Polishing

This commit is contained in:
Juergen Hoeller
2018-08-16 12:21:49 +02:00
parent b16a3229bc
commit 5bd4f88af1
9 changed files with 73 additions and 69 deletions

View File

@@ -231,7 +231,7 @@ public class SimpAnnotationMethodMessageHandler extends AbstractMethodMessageHan
}
/**
* Set the Validator instance used for validating @Payload arguments
* Set the Validator instance used for validating {@code @Payload} arguments.
* @see org.springframework.validation.annotation.Validated
* @see PayloadArgumentResolver
*/

View File

@@ -143,13 +143,13 @@ public class UserDestinationMessageHandler implements MessageHandler, SmartLifec
@Override
public int getPhase() {
return Integer.MAX_VALUE;
public boolean isAutoStartup() {
return true;
}
@Override
public boolean isAutoStartup() {
return true;
public int getPhase() {
return Integer.MAX_VALUE;
}
@Override