Skip to content

Commit 21aacca

Browse files
committed
Polishing.
Adds `@since` annotation. Original pull request #2169
1 parent 096f406 commit 21aacca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/springframework/data/jpa/repository/JpaRepository.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public interface JpaRepository<T, ID> extends PagingAndSortingRepository<T, ID>,
146146
* @param id must not be {@literal null}.
147147
* @return a reference to the entity with the given identifier.
148148
* @see EntityManager#getReference(Class, Object) for details on when an exception is thrown.
149+
* @since 2.5
149150
*/
150151
T getById(ID id);
151152

0 commit comments

Comments
 (0)