Spring framework jar file comparison -


can 1 explain me difference between spring-aop-4.0.3.release-javadoc.jar , spring-aop-4.0.3.release-sources.jar

thanks in advance.

-javadoc javadoc, api documentation spring-aop library. @ on website it's have local copy in case internet goes down , confirm you're looking @ documentation same version you're coding to.

-sources source code of spring-aop library, .java files compile library itself. needed if want build spring-aop yourself.


Comments

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -