I know about the fact that currently the project is under development. But I would appreciate if we could properly add Javadocs to the push server.
For example here we should add @param annotation of Javadocs doesn't make too much sense:
/**
* Logical construct which matches a mobile app in the appstore.
*/
publicinterface MobileVariant {
/**
* The name of the variant (e.g. the name of the matching App in the Appstore)
*/
void setName(finalString name);
String getName();
/**
* Some description of the app.
*/
void setDescription(finalString description);
String getDescription();
Some classes like AndroidVariantDao, iOSVariantDao, GenericDao, APNsCache, GCMCache don't have Javadoc
This is important to newcomers like me. I don't want to file a jira to each Javadoc missing, for this reason I'm just creating this one as a reminder
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira