public class DronePointImpl<DRONE> extends Object implements DronePoint<DRONE>
DronePoint.Lifecycle| Constructor and Description |
|---|
DronePointImpl(Class<DRONE> droneClass,
DronePoint.Lifecycle lifecycle,
Annotation... annotations) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
conformsTo(Class<?> droneClass) |
boolean |
equals(Object o) |
Annotation[] |
getAnnotations() |
Class<DRONE> |
getDroneType() |
DronePoint.Lifecycle |
getLifecycle() |
Class<? extends Annotation> |
getQualifier()
Deprecated.
|
int |
hashCode() |
String |
toString() |
public DronePointImpl(Class<DRONE> droneClass, DronePoint.Lifecycle lifecycle, Annotation... annotations)
public Class<DRONE> getDroneType()
getDroneType in interface DronePoint<DRONE>public Annotation[] getAnnotations()
getAnnotations in interface DronePoint<DRONE>public DronePoint.Lifecycle getLifecycle()
getLifecycle in interface DronePoint<DRONE>@Deprecated public Class<? extends Annotation> getQualifier()
getQualifier in interface DronePoint<DRONE>public boolean conformsTo(Class<?> droneClass)
conformsTo in interface DronePoint<DRONE>Copyright © 2017 JBoss by Red Hat. All rights reserved.