Skip to content

Use Java annotation processor instead of GWT Generator? #4

@metteo

Description

@metteo

GWT Generators are going away in GWT 3 / j2cl. They only way forward is apt. The added benefit of migration would be out of the box support for non GWT projects like Java and Android ones.

However there are sharp alternatives supporting JSR-330:

but some Gin / GWT specific features are not supported by them:

  • GWT-RPC Sync / Async interfaces
  • AsyncProvider interface

More on the issue here: GWT 3 and Gin

Consider either migration to apt or creation of dagger extensions to support GWT specific features.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions