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

org.fz.nettyx.annotation.Struct Maven / Gradle / Ivy

There is a newer version: 2.3.20-RELEASE
Show newest version
package org.fz.nettyx.annotation;

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

import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

/**
 * struct object target annotation
 *
 * @author fengbinbin
 * @version 1.0
 * @since 2021/11/4 10:17
 */

@Target(TYPE)
@Retention(RUNTIME)
public @interface Struct {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy