@Target(value={CONSTRUCTOR,FIELD,METHOD,TYPE}) @Retention(value=RUNTIME) @Inherited public @interface Struct
Modifier and Type | Optional Element and Description |
---|---|
Class<? extends StructCustomizer> |
customizer |
int |
fieldCount |
int |
pack |
int |
size |
public abstract int pack
public abstract int fieldCount
public abstract int size
public abstract Class<? extends StructCustomizer> customizer
Copyright © 2009-2020. All Rights Reserved.