aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/java/com/juick/www/helpers/QueryString.java
blob: 0eb6c76fe1b940cdae29088b098f67f080790b08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.juick.www.helpers;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Created by vt on 22/03/16.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.PARAMETER)
public @interface QueryString {
}