public class InjectionPointImpl extends Object implements InjectionPoint
Modifier and Type | Method and Description |
---|---|
Class<? extends Annotation> |
getScope() |
Type |
getType() |
static InjectionPointImpl |
of(Object target,
Field field) |
void |
set(Instance<?> value) |
public static InjectionPointImpl of(Object target, Field field)
public Class<? extends Annotation> getScope()
getScope
in interface InjectionPoint
public void set(Instance<?> value) throws InvocationException
set
in interface InjectionPoint
InvocationException
Copyright © 2018 JBoss by Red Hat. All rights reserved.