All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.kubatatami.judonetworking.observers.HolderCallback Maven / Gradle / Ivy

The newest version!
package com.github.kubatatami.judonetworking.observers;

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: 28.10.2013
 * Time: 15:45
 * To change this template use File | Settings | File Templates.
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface HolderCallback {
    int value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy