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

com.silentgo.orm.sqlparser.annotation.WhereJudge Maven / Gradle / Ivy

The newest version!
package com.silentgo.orm.sqlparser.annotation;

import java.lang.annotation.*;

/**
 * Project : SilentGo
 * Package : com.silentgo.orm.sqlparser.annotation
 *
 * @author teddyzhu
 *         

* Created by teddyzhu on 2016/11/11. */ @Documented @Inherited @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.METHOD}) public @interface WhereJudge { /** * support string or boolean name value * @return */ String value(); String condition(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy