com.github.leeonky.map.PermitScope Maven / Gradle / Ivy
package com.github.leeonky.map;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
@Target({ElementType.TYPE})
@Retention(RUNTIME)
public @interface PermitScope {
Class>[] value() default {};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy