Skip to content

MakingContributions

Mike Burton edited this page Feb 4, 2013 · 2 revisions

How to contribute to RoboGuice

Cloning Best Practices

If you'd like to experiment with your own changes to RoboGuice, we encourage you to make your own clone and play away.

Here are some best practices for how to use a clone.

  1. If you don't have one already, fork the repository by clicking Fork button.
  2. Hack on your changes.
  3. Send a pull request

Note sure how to fork a repo? Learn how here.

Table of Contents

Installation

Tutorial

Background

  • How Injection Works
  • When Injection Just Works, and when you have to call injectMembers()
  • The Difference between Global and Context-scoped Injection
  • Analyzing a Guice Stack Trace
  • What's the difference between Nullable and Optional?

How To

Examples

API Documentation

History

Maintainer Instructions

RoboGuice 1.1 (deprecated)

Clone this wiki locally