source: ether_2012/common/implementation/com/ether/annotation/UseJSON.java @ 319

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

Import du projet Ether pour le nouveau look 2012

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