@Qualifier @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Connector
The value indicates the name associated with the bean implementing either
IncomingConnectorFactory or OutgoingConnectorFactory or both.
Note that the given name is a user-facing interface used in the configuration.
public abstract String value
IncomingConnectorFactory
or OutgoingConnectorFactory. Must not be null. Returning null will cause a deployment
failure.Copyright © 2018–2019 Eclipse Foundation. All rights reserved.