Stop referring to features as "Java 5" features
With a Java 8 baseline in place for quite some time now, it no longer makes sense to refer to features such as annotations as "Java 5 annotations". This commit also removes old `Tiger*Tests` classes, thereby avoiding duplicate execution of various tests.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2019 the original author or authors.
|
||||
* Copyright 2002-2022 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,7 @@ import org.springframework.lang.Nullable;
|
||||
* Strategy interface used by {@link TransactionInterceptor} for metadata retrieval.
|
||||
*
|
||||
* <p>Implementations know how to source transaction attributes, whether from configuration,
|
||||
* metadata attributes at source level (such as Java 5 annotations), or anywhere else.
|
||||
* metadata attributes at source level (such as annotations), or anywhere else.
|
||||
*
|
||||
* @author Rod Johnson
|
||||
* @author Juergen Hoeller
|
||||
|
||||
Reference in New Issue
Block a user