public class InjectionPointImpl<DRONE> extends Object implements InjectionPoint<DRONE>
InjectionPoint.Lifecycle| Constructor and Description |
|---|
InjectionPointImpl(Class<DRONE> droneClass,
Class<? extends Annotation> qualifier,
InjectionPoint.Lifecycle lifecycle) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Class<DRONE> |
getDroneType() |
InjectionPoint.Lifecycle |
getLifecycle() |
Class<? extends Annotation> |
getQualifier() |
int |
hashCode() |
String |
toString() |
public InjectionPointImpl(Class<DRONE> droneClass, Class<? extends Annotation> qualifier, InjectionPoint.Lifecycle lifecycle)
public Class<DRONE> getDroneType()
getDroneType in interface InjectionPoint<DRONE>public Class<? extends Annotation> getQualifier()
getQualifier in interface InjectionPoint<DRONE>public InjectionPoint.Lifecycle getLifecycle()
getLifecycle in interface InjectionPoint<DRONE>Copyright © 2014 JBoss by Red Hat. All rights reserved.