@Target(value=TYPE) @Retention(value=SOURCE) 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.
public abstract Class<?>[] value
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.