Package com.codename1.router.generated


package com.codename1.router.generated

Build-time-generated routing artifacts. The single class in this package, Routes, is a stub at framework level; the Codename One Maven plugin overwrites it with a project-specific implementation that holds the route table and dispatches incoming deep links to the matching Form factory.

Application code should not reference this package; declare deep-linkable forms with com.codename1.annotations.Route instead.

  • Classes
    Class
    Description
    Stub overwritten by the Codename One Maven plugin's route processor when an application declares one or more com.codename1.annotations.Route targets.