Order ParameterResolvers. Validate there is at least one per parameter

This commit is contained in:
camilojc
2017-08-12 23:49:25 +01:00
committed by Eric Bottard
parent 51c043e1e1
commit 6c231a072c
5 changed files with 103 additions and 23 deletions

View File

@@ -34,7 +34,6 @@ import org.springframework.shell.CompletionProposal;
import org.springframework.shell.ParameterDescription;
import org.springframework.shell.ParameterResolver;
import org.springframework.shell.ValueResult;
import org.springframework.stereotype.Component;
import org.springframework.util.ReflectionUtils;
import com.beust.jcommander.DynamicParameter;