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

org.snapscript.core.Bug Maven / Gradle / Ivy

package org.snapscript.core;

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

@Retention(RetentionPolicy.RUNTIME)
public @interface Bug {
   String value() default "";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy