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

com.scloudic.rabbitframework.web.annotations.TemplateVariable Maven / Gradle / Ivy

There is a newer version: 4.0.7
Show newest version
package com.scloudic.rabbitframework.web.annotations;

import org.springframework.core.annotation.AliasFor;

import java.lang.annotation.*;

/**
 * 定义模板注解
 *
 * @author justin
 * @since 3.3.1
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
@Inherited
public @interface TemplateVariable {
    String value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy