组织ID: |
org.springframework |
项目ID: |
spring-aop |
版本: |
1.2.6 |
最后修改时间: |
2018-07-26 22:45:30 |
包类型: |
jar |
标题: |
Spring AOP |
大小: |
153.33KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>1.2.6</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-aop:1.2.6
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?><project>
<parent>
<artifactId>spring-parent</artifactId>
<groupId>org.springframework</groupId>
<version>1.2.6</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>spring-aop</artifactId>
<name>Spring AOP</name>
<version>1.2.6</version>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>1.2.6</version>
</dependency>
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
</dependency>
<dependency>
<groupId>oro</groupId>
<artifactId>oro</artifactId>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-attributes</groupId>
<artifactId>commons-attributes-compiler</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.jamonapi</groupId>
<artifactId>jamon</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>xdoclet</groupId>
<artifactId>xjavadoc</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<status>deployed</status>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.aop.Advisor.class
org.springframework.aop.AfterReturningAdvice.class
org.springframework.aop.BeforeAdvice.class
org.springframework.aop.ClassFilter.class
org.springframework.aop.DynamicIntroductionAdvice.class
org.springframework.aop.IntroductionAdvisor.class
org.springframework.aop.IntroductionInfo.class
org.springframework.aop.IntroductionInterceptor.class
org.springframework.aop.MethodBeforeAdvice.class
org.springframework.aop.MethodMatcher.class
org.springframework.aop.Pointcut.class
org.springframework.aop.PointcutAdvisor.class
org.springframework.aop.ProxyMethodInvocation.class
org.springframework.aop.TargetSource.class
org.springframework.aop.ThrowsAdvice.class
org.springframework.aop.TrueClassFilter.class
org.springframework.aop.TrueMethodMatcher.class
org.springframework.aop.TruePointcut.class
org.springframework.aop.framework.Advised.class
org.springframework.aop.framework.AdvisedSupport.class
org.springframework.aop.framework.AdvisedSupportListener.class
org.springframework.aop.framework.AdvisorChainFactory.class
org.springframework.aop.framework.AdvisorChainFactoryUtils$1.class
org.springframework.aop.framework.AdvisorChainFactoryUtils.class
org.springframework.aop.framework.AopConfigException.class
org.springframework.aop.framework.AopContext.class
org.springframework.aop.framework.AopProxy.class
org.springframework.aop.framework.AopProxyFactory.class
org.springframework.aop.framework.AopProxyUtils.class
org.springframework.aop.framework.Cglib2AopProxy$1.class
org.springframework.aop.framework.Cglib2AopProxy$AdvisedDispatcher.class
org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.class
org.springframework.aop.framework.Cglib2AopProxy$CglibUtils.class
org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy$DynamicUnadvisedExposedInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy$DynamicUnadvisedInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy$EqualsInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy$FixedChainStaticTargetInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy$ProxyCallbackFilter.class
org.springframework.aop.framework.Cglib2AopProxy$SerializableNoOp.class
org.springframework.aop.framework.Cglib2AopProxy$StaticDispatcher.class
org.springframework.aop.framework.Cglib2AopProxy$StaticUnadvisedExposedInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy$StaticUnadvisedInterceptor.class
org.springframework.aop.framework.Cglib2AopProxy.class
org.springframework.aop.framework.DefaultAopProxyFactory$CglibProxyFactory.class
org.springframework.aop.framework.DefaultAopProxyFactory.class
org.springframework.aop.framework.HashMapCachingAdvisorChainFactory.class
org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher.class
org.springframework.aop.framework.JdkDynamicAopProxy.class
org.springframework.aop.framework.ProxyConfig.class
org.springframework.aop.framework.ProxyFactory.class
org.springframework.aop.framework.ProxyFactoryBean$PrototypePlaceholderAdvisor.class
org.springframework.aop.framework.ProxyFactoryBean.class
org.springframework.aop.framework.ReflectiveMethodInvocation.class
org.springframework.aop.framework.adapter.AdvisorAdapter.class
org.springframework.aop.framework.adapter.AdvisorAdapterRegistrationManager.class
org.springframework.aop.framework.adapter.AdvisorAdapterRegistry.class
org.springframework.aop.framework.adapter.AfterReturningAdviceAdapter.class
org.springframework.aop.framework.adapter.AfterReturningAdviceInterceptor.class
org.springframework.aop.framework.adapter.BeforeAdviceAdapter.class
org.springframework.aop.framework.adapter.DefaultAdvisorAdapterRegistry.class
org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry.class
org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.class
org.springframework.aop.framework.adapter.ThrowsAdviceAdapter.class
org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor.class
org.springframework.aop.framework.adapter.UnknownAdviceTypeException.class
org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.class
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.class
org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator.class
org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator.class
org.springframework.aop.framework.autoproxy.TargetSourceCreator.class
org.springframework.aop.framework.autoproxy.metadata.AttributesPoolingTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.metadata.AttributesPrototypeTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.metadata.AttributesThreadLocalTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.metadata.PrototypeAttribute.class
org.springframework.aop.framework.autoproxy.metadata.ThreadLocalAttribute.class
org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.target.AbstractPoolingTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.target.PoolingAttribute.class
org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator.class
org.springframework.aop.interceptor.AbstractPerformanceMonitorInterceptor.class
org.springframework.aop.interceptor.AbstractTraceInterceptor.class
org.springframework.aop.interceptor.ClassLoaderAnalyzerInterceptor.class
org.springframework.aop.interceptor.ConcurrencyThrottleInterceptor.class
org.springframework.aop.interceptor.CustomizableTraceInterceptor.class
org.springframework.aop.interceptor.DebugInterceptor.class
org.springframework.aop.interceptor.ExposeInvocationInterceptor.class
org.springframework.aop.interceptor.JamonPerformanceMonitorInterceptor.class
org.springframework.aop.interceptor.PerformanceMonitorInterceptor.class
org.springframework.aop.interceptor.SimpleTraceInterceptor.class
org.springframework.aop.interceptor.TraceInterceptor.class
org.springframework.aop.support.AbstractPointcutAdvisor.class
org.springframework.aop.support.AbstractRegexpMethodPointcut.class
org.springframework.aop.support.AopUtils.class
org.springframework.aop.support.ClassFilters$IntersectionClassFilter.class
org.springframework.aop.support.ClassFilters$UnionClassFilter.class
org.springframework.aop.support.ClassFilters.class
org.springframework.aop.support.ComposablePointcut.class
org.springframework.aop.support.ControlFlowPointcut.class
org.springframework.aop.support.DefaultIntroductionAdvisor.class
org.springframework.aop.support.DefaultPointcutAdvisor.class
org.springframework.aop.support.DelegatingIntroductionInterceptor.class
org.springframework.aop.support.DynamicMethodMatcher.class
org.springframework.aop.support.DynamicMethodMatcherPointcut.class
org.springframework.aop.support.DynamicMethodMatcherPointcutAdvisor.class
org.springframework.aop.support.IntroductionInfoSupport.class
org.springframework.aop.support.JdkRegexpMethodPointcut.class
org.springframework.aop.support.MethodMatchers$1.class
org.springframework.aop.support.MethodMatchers$IntersectionMethodMatcher.class
org.springframework.aop.support.MethodMatchers$UnionMethodMatcher.class
org.springframework.aop.support.MethodMatchers.class
org.springframework.aop.support.NameMatchMethodPointcut.class
org.springframework.aop.support.NameMatchMethodPointcutAdvisor.class
org.springframework.aop.support.Perl5RegexpMethodPointcut.class
org.springframework.aop.support.Pointcuts$GetterPointcut.class
org.springframework.aop.support.Pointcuts$SetterPointcut.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-beans-1.2.6.jar
/org.springframework/spring-beans/1.2.6
查看spring-beans所有版本文件
|