public class InjectionUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static Collection<Class<? extends Annotation>> |
getInjectAnnotations(Collection<InjectionResolver> resolvers)
Returns all annotations that can be managed using registered and provided
injection resolvers. |
static boolean |
isProvider(Type type) |
public static boolean isProvider(Type type)
public static Collection<Class<? extends Annotation>> getInjectAnnotations(Collection<InjectionResolver> resolvers)
injection resolvers.resolvers - all registered resolvers.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.