org.cruxframework.crux.core.server.rest.annotation
Annotation Type RestService


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface RestService

Used to specify a class as a REST service.

Author:
Thiago da Rosa de Bustamante

Required Element Summary
 String value
          The name of the rest service.
 

Element Detail

value

public abstract String value
The name of the rest service.

Returns:


Copyright © 2015. All rights reserved.