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
Post a Comment