https://github.com/ByteWelder/Spork
Annotation processing and dependency injection for Java/Android
https://github.com/ByteWelder/Spork
android annotation-processing dependency-injection java
Last synced: 7 days ago
JSON representation
Annotation processing and dependency injection for Java/Android
- Host: GitHub
- URL: https://github.com/ByteWelder/Spork
- Owner: ByteWelder
- License: apache-2.0
- Archived: true
- Created: 2016-01-23T11:15:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2020-09-24T21:12:06.000Z (over 5 years ago)
- Last Synced: 2026-03-08T04:24:29.743Z (12 days ago)
- Topics: android, annotation-processing, dependency-injection, java
- Language: Java
- Homepage: http://spork.bytewelder.com
- Size: 5.13 MB
- Stars: 78
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-java - Spork
README
# ARCHIVED
This project is no longer being worked on.
## Spork
[![travis][travis-logo]][travis-link]
Spork is a fast runtime annotation processing library.
Spork contains the following libraries:
- `spork` is the annotation processing core
- `spork-inject` for dependency injection (javax.inject compatible)
- `spork-android` and `spork-android-support` for Android bindings
Documentation is available on the [website](http://spork.bytewelder.com)
### License
Spork is available through the [Apache License Version 2.0](http://www.apache.org/licenses/LICENSE-2.0).
[travis-logo]: https://travis-ci.org/ByteWelder/Spork.svg?branch=master
[travis-link]: https://travis-ci.org/ByteWelder/Spork