package org.jboss.weld.tests.unit.reflection.inheritance; /** * */ public class COfByteShort extends C<Byte, Short> { }