Strayker-Software / Binder

Binder is a simple SaaS solution allowing you to create ToDo and custom lists of tasks in clean and readable way. You can create task from default pattern: name, description and completion indicator.
https://straykersoftware.pl
MIT License
2 stars 0 forks source link

Make every suitable class sealed #131

Closed Lukash88 closed 10 months ago

Lukash88 commented 10 months ago

Summary

Add sealed modifier to every suitable classes.

Details

After applying to a class, the sealed modifier prevents other classes from inheriting from it.

References

No external references needed.