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

com.kould.annotation.DaoInsert Maven / Gradle / Ivy

package com.kould.annotation;

import java.lang.annotation.*;

@Inherited
@Documented
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME)
public @interface DaoInsert {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy