Annotation Interface GeneratedServiceName


@Documented @Retention(RUNTIME) @Target(METHOD) public @interface GeneratedServiceName
This annotation may be placed on one String method of an annotation marked with GenerateServiceFromMethod to indicate that this method contains the name the service should take.
Author:
jwells