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

net.cassite.daf4j.Id Maven / Gradle / Ivy

The newest version!
package net.cassite.daf4j;

import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * 将一个方法标记为该对象的标识
* 该注解应当标记在daf4jbean的getter上 */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface Id { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy