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

com.kuangkie.rrc.annotation.Group2DCode Maven / Gradle / Ivy

The newest version!
package com.kuangkie.rrc.annotation;

import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.Inherited;

import static java.lang.annotation.ElementType.FIELD;

@Target({FIELD})
@Retention(RUNTIME)
@Inherited
public @interface Group2DCode {
	
	String value() default "";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy