public interface DuckabilityCheck extends Check
Check.Result| Modifier and Type | Method and Description |
|---|---|
Check.Result |
checkDuckability(javax.lang.model.element.TypeElement toDuck) |
Check.Result checkDuckability(javax.lang.model.element.TypeElement toDuck)
toDuck - A type element representing some type to be ducked.