ill-moduledefs_2.13.0.11.3-M3.source-code.Scaladoc Maven / Gradle / Ivy
The newest version!
package mill.moduledefs;
import java.lang.annotation.*;
@Target({ ElementType.TYPE, ElementType.METHOD })
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Scaladoc {
String value();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy