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

io.virtdata.api.Example Maven / Gradle / Ivy

package io.virtdata.api;


import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Repeatable(value = Examples.class)
public @interface Example {
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy