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

io.virtdata.annotations.SeeList Maven / Gradle / Ivy

package io.virtdata.annotations;

import java.lang.annotation.*;


/**
 * Direct the user to additional resources
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface SeeList {
    See[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy