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

core.support.annotation.Service 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 Service {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy