SyntaxFix
Write A Post
Hire A Developer
Questions
Here is a more involved example of where extends is allowed and possibly what you want:
public class A<T1 extends Comparable<T1>>