checker.src.com.sun.istack.internal.Interned Maven / Gradle / Ivy
package com.sun.istack.internal;
import java.lang.annotation.*;
@Documented
@Retention(RetentionPolicy.CLASS)
@Target({ElementType.FIELD, ElementType.METHOD, ElementType.PARAMETER, ElementType.LOCAL_VARIABLE})
@Inherited
public @interface Interned {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy