- Notifications
You must be signed in to change notification settings - Fork 0
Shorten generic type #2
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
The generic type of any WizardPage is force to extend
Optional<?>. So each WizardPage declaration looks likeWizardPage<Optional<...>>. It would be shorten if theOptionalwould be removed from the declaration (and only the declaration, not the fact that the wizard page returns anOptionalas result).