scriptfusion/static-class

Prevents class instantiation.

1.1.0 2022-11-01 19:07 UTC

This package is auto-updated.

Last update: 2024-04-29 03:07:15 UTC


README

Latest version Total downloads Code style

Provides the StaticClass trait to mark a class as static. A static class is one that only provides static methods and cannot be instantiated.