Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

@GWT3Export doesn't work for classes with constructor that has args ... #18

Open
treblereel opened this issue Jul 31, 2022 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@treblereel
Copy link
Owner

public class Export {

    private final App app;

    public Export(App app) {
        this.app = app;
    }

    @GWT3Export
    public void layout(String yaml) {
        app.layout(yaml);
    }
}
@treblereel treblereel self-assigned this Jul 31, 2022
@treblereel treblereel added the bug Something isn't working label Jul 31, 2022
@treblereel treblereel added this to the 0.6 milestone Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant