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

org.nico.cat.mvc.scan.annotations.RestCinema Maven / Gradle / Ivy

package org.nico.cat.mvc.scan.annotations;

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

/** 
 * Cinema
 * @author nico
 * @version createTime:2018年1月15日 下午8:17:26
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface RestCinema {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy