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

framework.annotation.Help Maven / Gradle / Ivy

package framework.annotation;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

/**
 * Help document
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface Help {

    /**
     * @return document
     */
    String[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy