source: tapas/common/implementation/com/ether/annotation/DownloadFile.java @ 416

Last change on this file since 416 was 416, checked in by vmipsl, 12 years ago

User : ajout laboratoire & pays
BO : idem
Création compte : idem
DataProtocole?
Clean accent properties
Language

File size: 295 bytes
Line 
1package com.ether.annotation;
2
3import java.lang.annotation.ElementType;
4import java.lang.annotation.Retention;
5import java.lang.annotation.RetentionPolicy;
6import java.lang.annotation.Target;
7
8@Retention(RetentionPolicy.RUNTIME)
9@Target(ElementType.PARAMETER)
10public @interface DownloadFile
11{
12}
Note: See TracBrowser for help on using the repository browser.