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

org.xillium.gear.model.coordinate Maven / Gradle / Ivy

There is a newer version: 1.2.2
Show newest version
package org.xillium.gear.model;

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


/**
 * Annotation to indicate that a data member is a coordinate
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
public @interface coordinate {
    int value() default 0;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy