Add missing JavaDoc tags

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1552658 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benedikt Ritter 2013-12-20 13:31:46 +00:00
parent fed3bef505
commit ef320f6be1

View File

@ -21,6 +21,8 @@
/**
* Generalization of "has a type."
* @see TypeLiteral
* @since 3.2
* @version $Id$
*/
public interface Typed<T> {