Project

General

Profile

« Previous | Next » 

Revision 44839

cleanup

View differences:

modules/cnr-rmi-api/trunk/src/main/java/eu/dnetlib/common/rmi/DNetRestDocumentation.java
9 9
 * Created by claudio on 30/11/2016.
10 10
 * to be used in REST controllers, and autodiscovered to build and publish their documentation
11 11
 */
12
@Target({ ElementType.TYPE})
12
@Target({ElementType.TYPE})
13 13
@Retention(RetentionPolicy.RUNTIME)
14 14
public @interface DNetRestDocumentation {
15
	String value() default "";
15

  
16 16
}

Also available in: Unified diff