Search Results

0
votes

Do you use design marker interfaces to document your Java code?

Let's put things in some order. Suppose that your class implements Immutable interface, which provides semantic to compiler or some tool invoked prior to compiler that the instance will be never ch …