Consistent final declaration for static delegate classes

Issue: SPR-16968
This commit is contained in:
Juergen Hoeller
2018-07-02 13:55:18 +02:00
parent 2ade122543
commit e5a6711d29
12 changed files with 65 additions and 17 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2002-2008 the original author or authors.
* Copyright 2002-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -24,7 +24,11 @@ package org.springframework.beans;
* @author Juergen Hoeller
* @since 2.5.2
*/
public abstract class PropertyAccessorFactory {
public final class PropertyAccessorFactory {
private PropertyAccessorFactory() {
}
/**
* Obtain a BeanWrapper for the given target object,