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

com.fizzed.rocker.Generated Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.fizzed.rocker;

import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.CLASS;

import java.lang.annotation.Documented;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;

/**
 * Marks the class as generated for tools like JaCoCo.
 * */
@Documented
@Retention(CLASS)
@Target(TYPE)
public @interface Generated {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy