spotify / missinglink

Build time tool for detecting link problems in java projects
Apache License 2.0
146 stars 27 forks source link

Consider using proguard to filter out dead code #9

Open pettermahlen opened 9 years ago

pettermahlen commented 9 years ago

This would probably best be done by adding an interface for reachability analysis, so you could plug in different reachability analysers with different characteristics.