public final class Sisu extends Object
Modifier and Type | Method and Description |
---|---|
static void |
inject(Object that) |
static <T> T |
lookup(Class<T> type) |
static <T> T |
lookup(Class<T> type,
Annotation qualifier) |
static <T> T |
lookup(Class<T> type,
Class<? extends Annotation> qualifier) |
static <T> T |
lookup(Class<T> type,
String name) |
public static <T> T lookup(Class<T> type)
public static <T> T lookup(Class<T> type, Annotation qualifier)
public static <T> T lookup(Class<T> type, Class<? extends Annotation> qualifier)
public static void inject(Object that)
Copyright © 2010-2017 Sonatype, Inc.. All Rights Reserved.