sylvainlaurent / JDBC-Performance-Logger

A JDBC driver wrapper and GUI to analyze statement performance
Apache License 2.0
84 stars 26 forks source link

There's no need to embed js305 classes in the driver #13

Closed sylvainlaurent closed 10 years ago

sylvainlaurent commented 10 years ago

Actually there won't be any ClassNotFoundException if @Nonnull annotations are not in the classpath

sylvainlaurent commented 10 years ago

fixed