This commit is contained in:
Andy Wilkinson
2019-08-19 15:58:43 +01:00
parent af38dddd67
commit ab87b2a39b
8 changed files with 11 additions and 11 deletions

View File

@@ -22,6 +22,7 @@ import java.util.Map;
/**
* A pojo with a complex generic signature.
*
* @param <T> the generic type
* @author Stephane Nicoll
*/
public class UpperBoundGenericPojo<T extends Enum<T>> {