Alternative solution for programmatic @Parameters lookup (avoids need to put @Parameters binding annotation on internal backing implementation and also works for other pure marker types)
4 files changed
tree: 4233c9f96f946b59678ba40f5b757b181af6bd61
  1. bin/
  2. doclava/
  3. leftovers/
  4. org.eclipse.sisu.inject/
  5. org.eclipse.sisu.inject.extender/
  6. org.eclipse.sisu.inject.site/
  7. org.eclipse.sisu.inject.tests/
  8. .gitignore
  9. LICENSE.txt
  10. pom.xml
  11. README.md
README.md

Homepage

http://www.eclipse.org/sisu/

Contribution

As required by the Eclipse IP process, all contributions need to be submitted in form of patches attached to a Bugzilla entry, thereby being subject to the Eclipse Terms of Use. For clarity, patches should be provided as standalone files attached to the issue, not as text embedded in the issue description or a comment.

When submitting patches, please follow the existing code style. The corresponding formatter settings for some IDEs can be taken from the Maven Code Style page.

License