
core.support.annotation.Module Maven / Gradle / Ivy
package core.support.annotation;
/**
*
*/
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* @author ehsan matean
*
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface Module {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy