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

com.gitee.wenbo0.annotation.WrapperGroups Maven / Gradle / Ivy

package com.gitee.wenbo0.annotation;

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

/**
 * @author wenbo
 * @since 2022/08/15 10:21
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface WrapperGroups {
    Group[] groups();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy