![JAR search and dependency download from the Maven repository](/logo.png)
com.github.kubatatami.judonetworking.RequiredList 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.METHOD, ElementType.FIELD})
public @interface RequiredList {
int minSize() default -1;
int maxSize() default -1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy