@Target(value=TYPE) @Retention(value=SOURCE) @Deprecated public static @interface Service.Implementation
The annotation in itself does not provide any functionality for adding the implementation class to the services listings file. But it serves as a handle for an Annotation Processing Tool to utilize for performing that task.
This annotation is deprecated and will be removed in a future release.
public abstract Class<?>[] value
Copyright © 2002–2019 The Neo4j Graph Database Project. All rights reserved.