-
Type:
Story
-
Status: Ready for QA
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Component/s: Documentation
-
Labels:None
-
Branch Version/s:7.0.x
-
Backported to Branch:Committed
-
Priority Level:Low
-
Git Pull Request:
Allow @param tags for Generic Type Parameters
Example:
/** * @author Joe Bloggs * @param T the model class of the API * @param U the identifier class */ public class CollectionResource<T, U extends Identifier>