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

cn.ideabuffer.process.annotation.model.ResourceModel Maven / Gradle / Ivy

There is a newer version: 1.1.16
Show newest version
package cn.ideabuffer.process.annotation.model;

import java.lang.annotation.*;

/**
 * @author sangjian.sj
 * @date 2020/06/20
 */
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Inherited
public @interface ResourceModel {

    String id() default "";

    String name() default "";

    String description() default "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy