final 0.1.2
The final library enables you to declare your classes as final. This prevents your class from being subclassed or having its methods redefined.
The final library enables you to declare your classes as final. This prevents your class from being subclassed or having its methods redefined.