@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ServiceImpl
Service interface.
For every method in service(), this class must have an equivalent non-static, public
method annotated with OperationImpl. See that annotation's documentation for more
details.
This annotation is not inherited, it must be present on the instance used.
public abstract java.lang.Class<?> service
Service-annotated interface.