@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface MXFField
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
charset
Describes the charset encoding used for String syntax element
|
boolean |
depends
Describes whether the value associated with a syntax element corresponds to a reference
|
int |
size
Describes the size in bytes of a syntax element.
|