Class VoidBundleLookup
- java.lang.Object
-
- ru.vyarus.dropwizard.guice.bundle.lookup.VoidBundleLookup
-
- All Implemented Interfaces:
GuiceyBundleLookup
public class VoidBundleLookup extends java.lang.Object implements GuiceyBundleLookup
Dummy lookup implementation used to disable bundle lookups.- Since:
- 16.01.2016
-
-
Constructor Summary
Constructors Constructor Description VoidBundleLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GuiceyBundle>lookup()Called before guice injector creation to lookup additional bundles (in dropwizard run phase).
-
-
-
Method Detail
-
lookup
public java.util.List<GuiceyBundle> lookup()
Description copied from interface:GuiceyBundleLookupCalled before guice injector creation to lookup additional bundles (in dropwizard run phase).- Specified by:
lookupin interfaceGuiceyBundleLookup- Returns:
- list of found bundles or empty list
-
-