An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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