![JAR search and dependency download from the Maven repository](/logo.png)
scala.reflect.ScalaLongSignature Maven / Gradle / Ivy
package scala.reflect;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface ScalaLongSignature {
String[] bytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy