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

Java 8 type annotations not supported #62

Open
psybers opened this issue Jul 27, 2016 · 0 comments
Open

Java 8 type annotations not supported #62

psybers opened this issue Jul 27, 2016 · 0 comments

Comments

@psybers
Copy link
Member

psybers commented Jul 27, 2016

The datagen Java8 visitor does not currently support annotations on types. This is complicated by Boa's current data model, so that the following is not easily supported:

int @A[] @B[] @C[];

The visitor currently has several FIXME comments indicating places where this feature needs supported.

@psybers psybers added this to To Do in Data generation 2017 Jun 14, 2017
@psybers psybers moved this from Backlog to Selected for Development in Data generation 2017 Jun 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Data generation 2017
Selected for Development
Development

No branches or pull requests

1 participant