Issue Type: Feature Request Feature Request
Assignee: Unassigned
Components: UnifiedPush-server
Created: 11/Jul/13 5:13 PM
Description:

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. 
 */
public interface MobileVariant {

    /**
     * The name of the variant (e.g. the name of the matching App in the Appstore) 
     */
    void setName(final String name);

    String getName();

    /**
     * Some description of the app.
     */
    void setDescription(final String 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

Fix Versions: 0.3.0
Project: AeroGear Push
Priority: Major Major
Reporter: Bruno Oliveira
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