ftomassetti / effectivejava

Run queries on your Java code to check if it meets the criteria suggested by the book Effective Java. And some others.
Apache License 2.0
507 stars 45 forks source link

Item 16: limit inheritance warning on extension in another package #24

Open ftomassetti opened 10 years ago

ftomassetti commented 10 years ago

We should prefer composition