xyz.erupt.generator.base.Ref Maven / Gradle / Ivy
The newest version!
package xyz.erupt.generator.base;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD)
@Documented
public @interface Ref {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy