![JAR search and dependency download from the Maven repository](/logo.png)
org.fz.nettyx.serializer.struct.annotation.Struct Maven / Gradle / Ivy
package org.fz.nettyx.serializer.struct.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 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