Skip to content

Commit 8325b10

Browse files
committed
Consistent formatting of license headers, package javadocs, and import declarations
1 parent b6fdcff commit 8325b10

File tree

2,059 files changed

+3929
-5458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,059 files changed

+3929
-5458
lines changed

spring-aop/src/main/java/org/springframework/aop/aspectj/AspectJAdviceParameterNameDiscoverer.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import org.aspectj.lang.ProceedingJoinPoint;
2929
import org.aspectj.weaver.tools.PointcutParser;
3030
import org.aspectj.weaver.tools.PointcutPrimitive;
31+
3132
import org.springframework.core.ParameterNameDiscoverer;
3233
import org.springframework.util.StringUtils;
3334

spring-aop/src/main/java/org/springframework/aop/aspectj/annotation/AbstractAspectJAdvisorFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
import org.aspectj.lang.reflect.AjType;
3838
import org.aspectj.lang.reflect.AjTypeSystem;
3939
import org.aspectj.lang.reflect.PerClauseKind;
40+
4041
import org.springframework.aop.aspectj.AspectJExpressionPointcut;
4142
import org.springframework.aop.framework.AopConfigException;
4243
import org.springframework.core.ParameterNameDiscoverer;
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
21
/**
3-
*
42
* Classes enabling AspectJ 5 @Annotated classes to be used in Spring AOP.
53
*
64
* <p>Normally to be used through an AspectJAutoProxyCreator rather than directly.
7-
*
85
*/
96
package org.springframework.aop.aspectj.annotation;
10-
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
21
/**
3-
*
42
* Base classes enabling auto-proxying based on AspectJ.
53
* Support for AspectJ annotation aspects resides in the "aspectj.annotation" package.
6-
*
74
*/
85
package org.springframework.aop.aspectj.autoproxy;
9-
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/**
2-
*
32
* AspectJ integration package. Includes Spring AOP advice implementations for AspectJ 5
43
* annotation-style methods, and an AspectJExpressionPointcut: a Spring AOP Pointcut
54
* implementation that allows use of the AspectJ pointcut expression language with the Spring AOP
@@ -8,7 +7,5 @@
87
* <p>Note that use of this package does <i>not</i> require the use of the {@code ajc} compiler
98
* or AspectJ load-time weaver. It is intended to enable the use of a valuable subset of AspectJ
109
* functionality, with consistent semantics, with the proxy-based Spring AOP framework.
11-
*
1210
*/
1311
package org.springframework.aop.aspectj;
14-
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
21
/**
3-
*
42
* Support package for declarative AOP configuration,
53
* with XML schema being the primary configuration format.
6-
*
74
*/
85
package org.springframework.aop.config;
9-

spring-aop/src/main/java/org/springframework/aop/framework/ObjenesisCglibAopProxy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* you may not use this file except in compliance with the License.
66
* You may obtain a copy of the License at
77
*
8-
* http://www.apache.org/licenses/LICENSE-2.0
8+
* http://www.apache.org/licenses/LICENSE-2.0
99
*
1010
* Unless required by applicable law or agreed to in writing, software
1111
* distributed under the License is distributed on an "AS IS" BASIS,
Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
21
/**
3-
*
42
* SPI package allowing Spring AOP framework to handle arbitrary advice types.
5-
* <br>
6-
* Users who want merely to <i>use</i> the Spring AOP framework, rather than extend
3+
*
4+
* <p>Users who want merely to <i>use</i> the Spring AOP framework, rather than extend
75
* its capabilities, don't need to concern themselves with this package.
8-
* <br>
9-
* You may wish to use these adapters to wrap Spring-specific advices, such as MethodBeforeAdvice,
10-
* in MethodInterceptor, to allow their use in another AOP framework supporting the AOP Alliance interfaces.
11-
* </br>
12-
* <br>
13-
* These adapters do not depend on any other Spring framework classes to allow such usage.
14-
* </br>
156
*
7+
* <p>You may wish to use these adapters to wrap Spring-specific advices, such as MethodBeforeAdvice,
8+
* in MethodInterceptor, to allow their use in another AOP framework supporting the AOP Alliance interfaces.
9+
*
10+
* <p>These adapters do not depend on any other Spring framework classes to allow such usage.
1611
*/
1712
package org.springframework.aop.framework.adapter;
18-
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
21
/**
3-
*
42
* Bean post-processors for use in ApplicationContexts to simplify AOP usage
53
* by automatically creating AOP proxies without the need to use a ProxyFactoryBean.
64
*
@@ -10,7 +8,5 @@
108
* <p><b>NB</b>: Automatic auto-proxying is not supported for BeanFactory implementations,
119
* as post-processors beans are only automatically detected in application contexts.
1210
* Post-processors can be explicitly registered on a ConfigurableBeanFactory instead.
13-
*
1411
*/
1512
package org.springframework.aop.framework.autoproxy;
16-

spring-aop/src/main/java/org/springframework/aop/framework/package-info.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
21
/**
3-
*
42
* Package containing Spring's basic AOP infrastructure, compliant with the
53
* <a href="http://aopalliance.sourceforge.net">AOP Alliance</a> interfaces.
64
*
@@ -13,7 +11,5 @@
1311
* <p>The ProxyFactoryBean is a convenient way to create AOP proxies in a BeanFactory
1412
* or ApplicationContext. However, proxies can be created programmatically using the
1513
* ProxyFactory class.
16-
*
1714
*/
1815
package org.springframework.aop.framework;
19-

0 commit comments

Comments
 (0)