package de.otto.hmac.repository; import java.util.ArrayList; public class UserCredentialsList extends ArrayList<UserCredentials> { }