Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 210 Bytes

IMMUTATOR.md

File metadata and controls

5 lines (3 loc) · 210 Bytes

Immutator Code Generator

PLANNED

This generator creates proxy class that passes the calls only to the methods that do not mutate the state of the object and throw exception if any other method is called.