All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.takezoe.scaladoc.Scaladoc Maven / Gradle / Ivy

The newest version!
package com.github.takezoe.scaladoc;

import java.lang.annotation.*;

@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Scaladoc {
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy