org.frameworkset.util.annotations.IgnoreBind Maven / Gradle / Ivy
package org.frameworkset.util.annotations;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target({ElementType.PARAMETER,ElementType.FIELD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
/**
* 忽略bean属性参数绑定
* bboss workgroup
* Copyright (c) 2008
* @Date 2010-10-24
* @author biaoping.yin
* @version 1.0
*/
public @interface IgnoreBind {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy