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

For more information, please explore the Attic.

public final class

GuiceProvidedModuleHandler

extends Object
implements MethodHandler<A extends Annotation>
java.lang.Object
   ↳ org.apache.onami.test.handler.GuiceProvidedModuleHandler

Class Overview

Handler class to handle all GuiceProvidedModules annotations.

Summary

Public Constructors
GuiceProvidedModuleHandler()
Public Methods
List<Module> getModules()
void handle(GuiceProvidedModules annotation, Method method)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.onami.test.reflection.AnnotationHandler

Public Constructors

public GuiceProvidedModuleHandler ()

Public Methods

public List<Module> getModules ()

Returns
  • the guiceProviderModuleRegistry

public void handle (GuiceProvidedModules annotation, Method method)