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

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

There is a newer version: 2.12.15
Show newest version
package io.virtdata.annotations;


import java.lang.annotation.Repeatable;

/**
 * The example annotation allows for a function developer to attach illustrative
 * examples for any given constructor. You can have multiple
 * 
@Example
annotation per constructor. * * * A few key formats are allowed */ @Repeatable(value = Examples.class) public @interface Example { String[] value(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy