Interface Solution
-
@Incubating public interface Solution
Represents a solution.- Since:
- 8.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getSolution()
A description of a possible solution the user can try to fix the problem.
-