Package | Description |
---|---|
griffon.core.injection |
Test support.
|
Modifier and Type | Method and Description |
---|---|
static <T> Key<T> |
Key.of(Binding<T> binding) |
static <T> Key<T> |
Key.of(java.lang.Class<T> source) |
static <T> Key<T> |
Key.of(java.lang.Class<T> source,
java.lang.annotation.Annotation annotation) |
static <T> Key<T> |
Key.of(java.lang.Class<T> source,
java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |