public class DeploymentLifecycleInjectionPointImpl<DRONE> extends InjectionPointImpl<DRONE> implements DeploymentLifecycleInjectionPoint<DRONE>
InjectionPoint.Lifecycle| Constructor and Description |
|---|
DeploymentLifecycleInjectionPointImpl(Class<DRONE> droneClass,
Class<? extends Annotation> qualifier,
InjectionPoint.Lifecycle lifecycle,
String deployment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDeploymentName() |
int |
hashCode() |
getDroneType, getLifecycle, getQualifier, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDroneType, getLifecycle, getQualifierpublic DeploymentLifecycleInjectionPointImpl(Class<DRONE> droneClass, Class<? extends Annotation> qualifier, InjectionPoint.Lifecycle lifecycle, String deployment)
public String getDeploymentName()
getDeploymentName in interface DeploymentLifecycleInjectionPoint<DRONE>public boolean equals(Object o)
equals in class InjectionPointImpl<DRONE>public int hashCode()
hashCode in class InjectionPointImpl<DRONE>Copyright © 2014 JBoss by Red Hat. All rights reserved.