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

com.cmeza.sdgenerator.annotation.SDNoGenerate Maven / Gradle / Ivy

There is a newer version: 2.0.1
Show newest version
package com.cmeza.sdgenerator.annotation;

import java.lang.annotation.*;

/**
 * Created by carlos on 22/04/17.
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface SDNoGenerate {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy