
name.remal.annotations.Internal Maven / Gradle / Ivy
package name.remal.annotations;
import static java.lang.annotation.ElementType.PACKAGE;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
@Target({TYPE, PACKAGE})
@Retention(RUNTIME)
@Documented
public @interface Internal {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy