Detect immutable objects
1. September 2014 4 Kommentare zu Detect immutable objectsA recent post demonstrated how singletons can be found in a Java application. There’s another interesting pattern which can be detected using a Cypher query: immutable objects. There are some use cases where they can be very useful, e.g. thread-safe design parameter or return values for non-local
Read more