Reorder Javadoc tags consistently

See gh-1479
This commit is contained in:
Stéphane Nicoll
2025-03-07 11:50:06 +01:00
parent 00e1e68062
commit ae5b46018f
141 changed files with 143 additions and 144 deletions

View File

@@ -32,9 +32,9 @@ import org.springframework.util.StringUtils;
*
* @author Stephen More
* @author Arjen Poutsma
* @since 2.1.2
* @see KeyManager
* @see KeyManagerFactory
* @since 2.1.2
*/
public class KeyManagersFactoryBean implements FactoryBean<KeyManager[]>, InitializingBean {

View File

@@ -37,9 +37,9 @@ import org.springframework.util.StringUtils;
* you want.
*
* @author Arjen Poutsma
* @since 1.0.0
* @see #setLocation(org.springframework.core.io.Resource)
* @see KeyStore
* @since 1.0.0
*/
public class KeyStoreFactoryBean implements FactoryBean<KeyStore>, InitializingBean {

View File

@@ -31,9 +31,9 @@ import org.springframework.util.StringUtils;
* Uses the {@link TrustManagerFactory} to create the {@code TrustManager}s.
*
* @author Arjen Poutsma
* @since 2.2
* @see TrustManager
* @see TrustManagerFactory
* @since 2.2
*/
public class TrustManagersFactoryBean implements FactoryBean<TrustManager[]>, InitializingBean {

View File

@@ -142,8 +142,8 @@ import org.springframework.ws.soap.security.wss4j2.callback.UsernameTokenPrincip
* @author Jamin Hitchcock
* @author Rob Leland
* @author Lars Uffmann
* @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0</a>
* @since 2.3.0
* @see <a href="http://ws.apache.org/wss4j/">Apache WSS4J 2.0</a>
*/
public class Wss4jSecurityInterceptor extends AbstractWsSecurityInterceptor implements InitializingBean {

View File

@@ -38,8 +38,8 @@ import org.springframework.ws.soap.security.support.KeyStoreUtils;
* @author Tareq Abed Rabbo
* @author Arjen Poutsma
* @author Jamin Hitchcock
* @see org.springframework.ws.soap.security.support.KeyStoreFactoryBean
* @since 2.3.0
* @see org.springframework.ws.soap.security.support.KeyStoreFactoryBean
*/
public class KeyStoreCallbackHandler extends AbstractWsPasswordCallbackHandler implements InitializingBean {

View File

@@ -35,8 +35,8 @@ import org.springframework.util.Assert;
* @author Tareq Abed Rabbo
* @author Arjen Poutsma
* @author Jamin Hitchcock
* @see #setUsers(java.util.Properties)
* @since 2.3.0
* @see #setUsers(java.util.Properties)
*/
public class SimplePasswordValidationCallbackHandler extends AbstractWsPasswordCallbackHandler
implements InitializingBean {

View File

@@ -30,8 +30,8 @@ import org.apache.wss4j.common.principal.WSUsernameTokenPrincipalImpl;
*
* @author Arjen Poutsma
* @author Jamin Hitchcock
* @see WSUsernameTokenPrincipalImpl
* @since 2.3.0
* @see WSUsernameTokenPrincipalImpl
*/
public class UsernameTokenPrincipalCallback implements Callback, Serializable {

View File

@@ -39,8 +39,8 @@ import org.springframework.util.Assert;
* @author Tareq Abed Rabbo
* @author Arjen Poutsma
* @author Jamin Hitchcock
* @see Crypto
* @since 2.3.0
* @see Crypto
*/
public class CryptoFactoryBean implements FactoryBean<Crypto>, InitializingBean {