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

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

package io.virtdata.annotations;


import java.lang.annotation.*;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy