![JAR search and dependency download from the Maven repository](/logo.png)
com.github.kubatatami.judonetworking.ProcessingMethod 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: 25.10.2013
* Time: 15:04
* To change this template use File | Settings | File Templates.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.METHOD)
public @interface ProcessingMethod {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy