public interface RestService
RestAction
s to be used with RestDispatch
. All interfaces extending RestService
in
your classpath will get their implementation generated at compile-time, making it possible to inject them with GIN.
See this page on how to
write your services.
All methods defined here must return a RestAction
and use
JAX-RS annotations.Copyright © 2010-2014 ArcBees. All Rights Reserved.