2016/02/07 - Apache Onami has been retired.

For more information, please explore the Attic.

public abstract @interface

GuiceProvidedModules

implements Annotation
org.apache.onami.test.annotation.GuiceProvidedModules

Class Overview

Annotate a public static method to create a Google Guice com.google.inject.Module provider.

The method return type must be one of:

  • com.google.inject.Module
  • Iterable<com.google.inject.Module>
  • com.google.inject.Module[]

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation