Polishing
This commit is contained in:
parent
14b1a6fdcb
commit
9ac2e034e7
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2018 the original author or authors.
|
* Copyright 2002-2019 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ import org.springframework.util.ClassUtils;
|
||||||
* Expression Language {@code #{...}} expressions which will be resolved if a
|
* Expression Language {@code #{...}} expressions which will be resolved if a
|
||||||
* {@link ConfigurableBeanFactory} is supplied to the class constructor.
|
* {@link ConfigurableBeanFactory} is supplied to the class constructor.
|
||||||
*
|
*
|
||||||
* <p>A {@link ConversionService} is used to convert resolved String argument
|
* <p>A {@link ConversionService} is used to convert a resolved String argument
|
||||||
* value to the expected target method parameter type.
|
* value to the expected target method parameter type.
|
||||||
*
|
*
|
||||||
* @author Rossen Stoyanchev
|
* @author Rossen Stoyanchev
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@ import org.springframework.util.ClassUtils;
|
||||||
* Expression Language {@code #{...}} expressions which will be resolved if a
|
* Expression Language {@code #{...}} expressions which will be resolved if a
|
||||||
* {@link ConfigurableBeanFactory} is supplied to the class constructor.
|
* {@link ConfigurableBeanFactory} is supplied to the class constructor.
|
||||||
*
|
*
|
||||||
* <p>A {@link ConversionService} is used to convert resolved String argument
|
* <p>A {@link ConversionService} is used to convert a resolved String argument
|
||||||
* value to the expected target method parameter type.
|
* value to the expected target method parameter type.
|
||||||
*
|
*
|
||||||
* @author Rossen Stoyanchev
|
* @author Rossen Stoyanchev
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2018 the original author or authors.
|
* Copyright 2002-2019 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2018 the original author or authors.
|
* Copyright 2002-2019 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright 2002-2017 the original author or authors.
|
* Copyright 2002-2019 the original author or authors.
|
||||||
*
|
*
|
||||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
* you may not use this file except in compliance with the License.
|
* you may not use this file except in compliance with the License.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue