com.github.leeonky.jfactory.Global Maven / Gradle / Ivy
The newest version!
package com.github.leeonky.jfactory;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Target(TYPE)
@Retention(RUNTIME)
public @interface Global {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy