Skip to content

Support for Java generic types (for example <T>) #8

@GoogleCodeExporter

Description

@GoogleCodeExporter
What is the feature or sample requested?

For example, Feed<T> may contain a field "List<T> entries" to allow the entry 
type to be a generic type of Feed.  Then one can for example declare 
"CalendarFeed extends Feed<CalendarEntry>".

Currently, the Client Library will in this case not be able to determine the 
correct type of "entries" and can not parse them.

Java environments (e.g. Android 2.2, App Engine 1.3.7, Java 6 on Windows)?

All.

External references, such as a standards document, or specification?


Please provide any additional information below.

Original issue reported on code.google.com by yan...@google.com on 13 Sep 2010 at 4:11

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions