Finding Deprecated Methods
Is there really no way to find if a method is deprecated using 1.4? It looks like you can determine it via annotations in 1.5, but this code I'm using was compiled using 1.4 so that's not an option. Maybe I'll just write a doclet...