com.github.kubatatami.judonetworking.Required Maven / Gradle / Ivy
package com.github.kubatatami.judonetworking;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Created with IntelliJ IDEA.
* User: jbogacki
* Date: 20.08.2013
* Time: 14:05
* To change this template use File | Settings | File Templates.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.FIELD})
public @interface Required {
}