|
Neo4j Enterprise | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=SOURCE) public static @interface Service.Implementation
Designates that a class implements the specified service and should be added to the services listings file (META-INF/services/[service-name]). 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.
Required Element Summary | |
---|---|
Class<?>[] |
value
The service(s) this class implements. |
Element Detail |
---|
public abstract Class<?>[] value
|
Neo4j Enterprise | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |