io.github.hylexus.jt.annotation.Internal Maven / Gradle / Ivy
The newest version!
package io.github.hylexus.jt.annotation;
import java.lang.annotation.*;
@Retention(RetentionPolicy.RUNTIME)
@Target({
ElementType.ANNOTATION_TYPE,
ElementType.CONSTRUCTOR,
ElementType.FIELD,
ElementType.METHOD,
ElementType.PACKAGE,
ElementType.TYPE
})
@Documented
public @interface Internal {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy