@Incubating public interface ComponentSelection
| Modifier and Type | Method and Description | 
|---|---|
| ModuleComponentIdentifier | getCandidate()Gets the candidate version of the module. | 
| void | reject(String reason)Rejects the candidate for the resolution. | 
ModuleComponentIdentifier getCandidate()
void reject(String reason)
reason - The reason the candidate was rejected.