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

com.gitee.qdbp.staticize.annotation.OutputWrapper Maven / Gradle / Ivy

There is a newer version: 3.5.18
Show newest version
package com.gitee.qdbp.staticize.annotation;

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

/**
 * 标记输出容器
* 标签分三类:
* 1.纯容器, 如if/choose等
* 2.纯输出, 如fmt-date等
* 3.有子标签, 但是由父标签承担输出任务, 如 include * * @author zhaohuihua * @version 20210914 */ @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) public @interface OutputWrapper { }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy