组织ID: |
org.springframework |
项目ID: |
spring-aop |
版本: |
2.5.5 |
最后修改时间: |
2018-08-01 23:24:12 |
包类型: |
jar |
标题: |
Spring Framework: AOP |
描述: |
Spring Framework: AOP |
相关URL: |
http://www.springframework.org |
大小: |
318.83KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>2.5.5</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-aop:2.5.5
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0"?>
<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<packaging>jar</packaging>
<name>Spring Framework: AOP</name>
<version>2.5.5</version>
<description>Spring Framework: AOP</description>
<url>http://www.springframework.org</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:cvs:pserver:anonymous:@springframework.cvs.sourceforge.net:/cvsroot/springframework:spring</connection>
<developerConnection>scm:cvs:ext:username@springframework.cvs.sourceforge.net:/cvsroot/springframework:spring</developerConnection>
<url>http://springframework.cvs.sourceforge.net/springframework/</url>
</scm>
<organization>
<name>Spring Framework</name>
<url>http://www.springframework.org/</url>
</organization>
<dependencies>
<!-- External Dependencies -->
<dependency>
<groupId>aopalliance</groupId>
<artifactId>aopalliance</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.6.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjweaver</artifactId>
<version>1.6.0</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>2.1_3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-attributes</groupId>
<artifactId>commons-attributes-api</artifactId>
<version>2.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-attributes</groupId>
<artifactId>commons-attributes-compiler</artifactId>
<version>2.2</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>commons-pool</groupId>
<artifactId>commons-pool</artifactId>
<version>1.3</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.jamonapi</groupId>
<artifactId>jamon</artifactId>
<version>2.4</version>
<optional>true</optional>
</dependency>
<!-- Spring Dependencies -->
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-beans</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>spring-core</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>spring-release</id>
<name>Spring Release Repository</name>
<url>file:///Users/benhale/development/public/repos/repo</url>
</repository>
<snapshotRepository>
<id>spring-snapshot</id>
<name>Spring Snapshot Repository</name>
<url>s3://maven.springframework.org/snapshot</url>
</snapshotRepository>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/license.txt
META-INF/spring.handlers
META-INF/spring.schemas
org.springframework.aop.Advisor.class
org.springframework.aop.AfterAdvice.class
org.springframework.aop.AfterReturningAdvice.class
org.springframework.aop.AopInvocationException.class
org.springframework.aop.BeforeAdvice.class
org.springframework.aop.ClassFilter.class
org.springframework.aop.DynamicIntroductionAdvice.class
org.springframework.aop.IntroductionAdvisor.class
org.springframework.aop.IntroductionAwareMethodMatcher.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.RawTargetAccess.class
org.springframework.aop.SpringProxy.class
org.springframework.aop.TargetClassAware.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.aspectj.AbstractAspectJAdvice$AdviceExcludingMethodMatcher.class
org.springframework.aop.aspectj.AbstractAspectJAdvice.class
org.springframework.aop.aspectj.AspectInstanceFactory.class
org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer$AmbiguousBindingException.class
org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer$PointcutBody.class
org.springframework.aop.aspectj.AspectJAdviceParameterNameDiscoverer.class
org.springframework.aop.aspectj.AspectJAfterAdvice.class
org.springframework.aop.aspectj.AspectJAfterReturningAdvice$GenericTypeMatcher.class
org.springframework.aop.aspectj.AspectJAfterReturningAdvice.class
org.springframework.aop.aspectj.AspectJAfterThrowingAdvice.class
org.springframework.aop.aspectj.AspectJAopUtils.class
org.springframework.aop.aspectj.AspectJAroundAdvice.class
org.springframework.aop.aspectj.AspectJExpressionPointcut$1.class
org.springframework.aop.aspectj.AspectJExpressionPointcut$BeanNameContextMatcher.class
org.springframework.aop.aspectj.AspectJExpressionPointcut$BeanNamePointcutDesignatorHandler.class
org.springframework.aop.aspectj.AspectJExpressionPointcut.class
org.springframework.aop.aspectj.AspectJExpressionPointcutAdvisor.class
org.springframework.aop.aspectj.AspectJMethodBeforeAdvice.class
org.springframework.aop.aspectj.AspectJPointcutAdvisor.class
org.springframework.aop.aspectj.AspectJPrecedenceInformation.class
org.springframework.aop.aspectj.AspectJProxyUtils.class
org.springframework.aop.aspectj.AspectJWeaverMessageHandler.class
org.springframework.aop.aspectj.DeclareParentsAdvisor$1.class
org.springframework.aop.aspectj.DeclareParentsAdvisor.class
org.springframework.aop.aspectj.InstantiationModelAwarePointcutAdvisor.class
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$1.class
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$MethodSignatureImpl.class
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint$SourceLocationImpl.class
org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.class
org.springframework.aop.aspectj.RuntimeTestWalker$1.class
org.springframework.aop.aspectj.RuntimeTestWalker$InstanceOfResidueTestVisitor.class
org.springframework.aop.aspectj.RuntimeTestWalker$SubtypeSensitiveVarTypeTestVisitor.class
org.springframework.aop.aspectj.RuntimeTestWalker$TargetInstanceOfResidueTestVisitor.class
org.springframework.aop.aspectj.RuntimeTestWalker$TestVisitorAdapter.class
org.springframework.aop.aspectj.RuntimeTestWalker$ThisInstanceOfResidueTestVisitor.class
org.springframework.aop.aspectj.RuntimeTestWalker.class
org.springframework.aop.aspectj.SimpleAspectInstanceFactory.class
org.springframework.aop.aspectj.SingletonAspectInstanceFactory.class
org.springframework.aop.aspectj.TypePatternClassFilter.class
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$1.class
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotation.class
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationParameterNameDiscoverer.class
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory$AspectJAnnotationType.class
org.springframework.aop.aspectj.annotation.AbstractAspectJAdvisorFactory.class
org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator$BeanFactoryAspectJAdvisorsBuilderAdapter.class
org.springframework.aop.aspectj.annotation.AnnotationAwareAspectJAutoProxyCreator.class
org.springframework.aop.aspectj.annotation.AspectJAdvisorFactory.class
org.springframework.aop.aspectj.annotation.AspectJProxyFactory.class
org.springframework.aop.aspectj.annotation.AspectMetadata$1.class
org.springframework.aop.aspectj.annotation.AspectMetadata.class
org.springframework.aop.aspectj.annotation.BeanFactoryAspectInstanceFactory.class
org.springframework.aop.aspectj.annotation.BeanFactoryAspectJAdvisorsBuilder.class
org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl$1.class
org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl$PerTargetInstantiationModelPointcut.class
org.springframework.aop.aspectj.annotation.InstantiationModelAwarePointcutAdvisorImpl.class
org.springframework.aop.aspectj.annotation.LazySingletonAspectInstanceFactoryDecorator.class
org.springframework.aop.aspectj.annotation.MetadataAwareAspectInstanceFactory.class
org.springframework.aop.aspectj.annotation.NotAnAtAspectException.class
org.springframework.aop.aspectj.annotation.PrototypeAspectInstanceFactory.class
org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory$1.class
org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory$2.class
org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory$SyntheticInstantiationAdvisor$1.class
org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory$SyntheticInstantiationAdvisor.class
org.springframework.aop.aspectj.annotation.ReflectiveAspectJAdvisorFactory.class
org.springframework.aop.aspectj.annotation.SimpleMetadataAwareAspectInstanceFactory.class
org.springframework.aop.aspectj.annotation.SingletonMetadataAwareAspectInstanceFactory.class
org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator$PartiallyComparableAdvisorHolder.class
org.springframework.aop.aspectj.autoproxy.AspectJAwareAdvisorAutoProxyCreator.class
org.springframework.aop.aspectj.autoproxy.AspectJPrecedenceComparator.class
org.springframework.aop.config.AbstractInterceptorDrivenBeanDefinitionDecorator.class
org.springframework.aop.config.AdviceEntry.class
org.springframework.aop.config.AdvisorComponentDefinition.class
org.springframework.aop.config.AdvisorEntry.class
org.springframework.aop.config.AopConfigUtils.class
org.springframework.aop.config.AopNamespaceHandler.class
org.springframework.aop.config.AopNamespaceUtils.class
org.springframework.aop.config.AspectComponentDefinition.class
org.springframework.aop.config.AspectEntry.class
org.springframework.aop.config.AspectJAutoProxyBeanDefinitionParser.class
org.springframework.aop.config.ConfigBeanDefinitionParser.class
org.springframework.aop.config.MethodLocatingFactoryBean.class
org.springframework.aop.config.PointcutComponentDefinition.class
org.springframework.aop.config.PointcutEntry.class
org.springframework.aop.config.ScopedProxyBeanDefinitionDecorator.class
org.springframework.aop.config.SimpleBeanFactoryAwareAspectInstanceFactory.class
org.springframework.aop.config.SpringConfiguredBeanDefinitionParser.class
org/springframework/aop/config/spring-aop-2.0.xsd
org/springframework/aop/config/spring-aop-2.5.xsd
org.springframework.aop.framework.AbstractSingletonProxyFactoryBean.class
org.springframework.aop.framework.Advised.class
org.springframework.aop.framework.AdvisedSupport$MethodCacheKey.class
org.springframework.aop.framework.AdvisedSupport.class
org.springframework.aop.framework.AdvisedSupportListener.class
org.springframework.aop.framework.AdvisorChainFactory.class
org.springframework.aop.framework.AopConfigException.class
org.springframework.aop.framework.AopContext.class
org.springframework.aop.framework.AopInfrastructureBean.class
org.springframework.aop.framework.AopProxy.class
org.springframework.aop.framework.AopProxyFactory.class
org.springframework.aop.framework.AopProxyUtils.class
org.springframework.aop.framework.Cglib2AopProxy$AdvisedDispatcher.class
org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.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$HashCodeInterceptor.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.DefaultAdvisorChainFactory.class
org.springframework.aop.framework.DefaultAopProxyFactory$CglibProxyFactory.class
org.springframework.aop.framework.DefaultAopProxyFactory.class
org.springframework.aop.framework.InterceptorAndDynamicMethodMatcher.class
org.springframework.aop.framework.JdkDynamicAopProxy.class
org.springframework.aop.framework.ProxyConfig.class
org.springframework.aop.framework.ProxyCreatorSupport.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.DefaultAdvisorAdapterRegistry.class
org.springframework.aop.framework.adapter.GlobalAdvisorAdapterRegistry.class
org.springframework.aop.framework.adapter.MethodBeforeAdviceAdapter.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$BeanFactoryAdvisorRetrievalHelperAdapter.class
org.springframework.aop.framework.autoproxy.AbstractAdvisorAutoProxyCreator.class
org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.class
org.springframework.aop.framework.autoproxy.AutoProxyUtils.class
org.springframework.aop.framework.autoproxy.BeanFactoryAdvisorRetrievalHelper.class
org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator.class
org.springframework.aop.framework.autoproxy.DefaultAdvisorAutoProxyCreator.class
org.springframework.aop.framework.autoproxy.InfrastructureAdvisorAutoProxyCreator.class
org.springframework.aop.framework.autoproxy.ProxyCreationContext.class
org.springframework.aop.framework.autoproxy.TargetSourceCreator.class
org.springframework.aop.framework.autoproxy.target.AbstractBeanFactoryBasedTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.target.LazyInitTargetSourceCreator.class
org.springframework.aop.framework.autoproxy.target.QuickTargetSourceCreator.class
org.springframework.aop.interceptor.AbstractMonitoringInterceptor.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.ExposeBeanNameAdvisors$ExposeBeanNameInterceptor.class
org.springframework.aop.interceptor.ExposeBeanNameAdvisors$ExposeBeanNameIntroduction.class
org.springframework.aop.interceptor.ExposeBeanNameAdvisors.class
org.springframework.aop.interceptor.ExposeInvocationInterceptor$1.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.scope.DefaultScopedObject.class
org.springframework.aop.scope.ScopedObject.class
org.springframework.aop.scope.ScopedProxyFactoryBean.class
org.springframework.aop.scope.ScopedProxyUtils.class
org.springframework.aop.support.AbstractBeanFactoryPointcutAdvisor.class
org.springframework.aop.support.AbstractExpressionPointcut.class
org.springframework.aop.support.AbstractGenericPointcutAdvisor.class
org.springframework.aop.support.AbstractPointcutAdvisor.class
org.springframework.aop.support.AbstractRegexpMethodPointcut.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
aopalliance-1.0.jar
/aopalliance/aopalliance/1.0
查看aopalliance所有版本文件
aspectjrt-1.6.0.jar
/org.aspectj/aspectjrt/1.6.0
查看aspectjrt所有版本文件
aspectjweaver-1.6.0.jar
/org.aspectj/aspectjweaver/1.6.0
查看aspectjweaver所有版本文件
cglib-nodep-2.1_3.jar
/cglib/cglib-nodep/2.1_3
查看cglib-nodep所有版本文件
commons-attributes-api-2.2.jar
/commons-attributes/commons-attributes-api/2.2
查看commons-attributes-api所有版本文件
commons-attributes-compiler-2.2.jar
/commons-attributes/commons-attributes-compiler/2.2
查看commons-attributes-compiler所有版本文件
commons-logging-1.1.1.jar
/commons-logging/commons-logging/1.1.1
查看commons-logging所有版本文件
commons-pool-1.3.jar
/commons-pool/commons-pool/1.3
查看commons-pool所有版本文件
jamon-2.4.jar
/com.jamonapi/jamon/2.4
查看jamon所有版本文件
spring-beans-${project.version}.jar
/${project.groupId}/spring-beans/${project.version}
查看spring-beans所有版本文件
spring-core-${project.version}.jar
/${project.groupId}/spring-core/${project.version}
查看spring-core所有版本文件
|