public interface DronePoint<DRONE>
| Modifier and Type | Interface and Description |
|---|---|
static class |
DronePoint.Lifecycle |
| Modifier and Type | Method and Description |
|---|---|
boolean |
conformsTo(Class<?> droneClass) |
Annotation[] |
getAnnotations() |
Class<DRONE> |
getDroneType() |
DronePoint.Lifecycle |
getLifecycle() |
Class<? extends Annotation> |
getQualifier()
Deprecated.
|
Annotation[] getAnnotations()
Drone one.DronePoint.Lifecycle getLifecycle()
@Deprecated Class<? extends Annotation> getQualifier()
getAnnotations() and returns class of qualifier annotation.boolean conformsTo(Class<?> droneClass)
droneClass parameter.Copyright © 2016 JBoss by Red Hat. All rights reserved.