Annotation Type ConnectorSpecific


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface ConnectorSpecific
Marks a class to be connector specific SPI implementation.

Used in combination with SPI loading mechanism where different implementation, of same interface, is provided by different connectors. Marking an implementation with this annotation will instruct SnapshotLockProvider and SnapshotQueryProvider which implementation to load.