package org.robolectric.annotation.processing.shadows; import org.robolectric.annotation.Implements; import com.example.objects.Dummy; @Implements(Dummy.class) public class ShadowImplementsWithExtraParameters<T,S,R> { }