Repository declaration

Report a typo

This is the Repository interface declaration from Spring Data:

Java
public interface Repository<T, ID> {
}
Kotlin
interface Repository<T, ID> {
}

Select the correct statements about the declaration of the generic types T and ID.

Select one or more options from the list
___

Create a free account to access the full topic