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

Clarify build time code introspection and code generation options #3

Closed
greenrobot opened this issue Sep 3, 2019 · 0 comments
Closed
Labels
help wanted Looking for contributors (ideas, comments, code, etc)

Comments

@greenrobot
Copy link
Member

ObjectBox usually depends on build time tooling, e.g. parse source code with annotation in an AST so that we can generate some code that is compiled along with the user's code (entity (type) binding). Also, ObjectBox tracks the data model and IDs via a JSON file. The entity binding and the data model JSON itself should go in new tickets once we know better what we have.

What build time tooling is available in Dart? What can it do?

Links:

@greenrobot greenrobot added the help wanted Looking for contributors (ideas, comments, code, etc) label Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Looking for contributors (ideas, comments, code, etc)
Projects
None yet
Development

No branches or pull requests

2 participants