Simple question: bounded generics



Is it possible to bound a generic to an interface?

Something like this:

Class classA< T implements interfaceA>
{

....
}

Ben
.