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

com.kovizone.poi.ooxml.plus.api.anno.Processor Maven / Gradle / Ivy

The newest version!
package com.kovizone.poi.ooxml.plus.api.anno;

import com.kovizone.poi.ooxml.plus.api.processor.BaseProcessor;

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

/**
 * 指定处理器
 *
 * @author KoviChen
 */
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface Processor {
    Class>[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy