![JAR search and dependency download from the Maven repository](/logo.png)
org.nico.cat.mvc.scan.annotations.Cinema 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;
/**
* Rest Cinema
* @author nico
* @version createTime:2018年1月15日 下午8:21:18
*/
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface Cinema {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy