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

Auto-generate attributes #22

Open
GoogleCodeExporter opened this issue May 13, 2015 · 2 comments
Open

Auto-generate attributes #22

GoogleCodeExporter opened this issue May 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

It would be nice to auto-generate the source code for SimpleAttributes and 
MultiValueAttributes using reflection automatically using reflection.

Note this would be different from defining attributes at runtime using 
reflection (using ReflectiveAttribute etc). Attributes generated here as source 
code, would not use reflection at runtime and would be as fast as hand-written 
attributes.

Original issue reported on code.google.com by ni...@npgall.com on 16 Sep 2013 at 11:03

@GoogleCodeExporter
Copy link
Author

Initial source commit: 
http://code.google.com/p/cqengine/source/browse/cqengine/trunk/src/main/java/com
/googlecode/cqengine/codegen/

Original comment by ni...@npgall.com on 16 Sep 2013 at 11:07

@GoogleCodeExporter
Copy link
Author

Implemented in CQEngine 1.2.2. Deployed to Maven central.

Example usage in wiki page AttributesGenerator.

Original comment by ni...@npgall.com on 22 Sep 2013 at 9:32

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant