@Documented
@Retention(value=RUNTIME)
@Inherited
@Target(value=TYPE)
public @interface EvaluateAllEndpoints
Marker for CXF Features. If a client or endpoint declaration has a Feature with this annotation then
CXF will evaluate all Endpoints of the respective service instead of only the used endpoint.