[MGNLUI-2339] make BaseSubApp typed to not have to override getters Created: 31/Oct/13  Updated: 12/Nov/13  Resolved: 31/Oct/13

Status: Closed
Project: Magnolia UI
Component/s: None
Affects Version/s: 5.1
Fix Version/s: 5.2

Type: Improvement Priority: Neutral
Reporter: Espen Jervidalo Assignee: Espen Jervidalo
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Sprint: 5.2-rc1

 Description   

This would eliminate casts like:

public class RandomSubApp extends BaseSubApp {
    @Override
    public RandomSubAppView getView() {
        return (RandomSubAppView)super.getView();
    }
}

Generated at Mon Feb 12 08:55:37 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.