org.deephacks.vals.Id Maven / Gradle / Ivy
package org.deephacks.vals;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.METHOD })
@Inherited
public @interface Id {
int value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy