public interface DronePointFilter<DRONE>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(DroneContext context,
DronePoint<? extends DRONE> dronePoint)
Returns true if the injection point is accepted, false otherwise.
|
boolean accepts(DroneContext context, DronePoint<? extends DRONE> dronePoint)
context - dronePoint - injection point of the drone.Copyright © 2016 JBoss by Red Hat. All rights reserved.