|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface FlrDataType
An annotation declaring a FLR data type.
Optional Element Summary | |
---|---|
String |
defaultPrefix
The default prefix of the FLR the annotated class describes. |
Class<? extends Validator> |
defaultValidatorType
Specifies the validator type to be used for the default case. |
String |
name
The name of the data type. |
public abstract String name
public abstract String defaultPrefix
EntryPoint
during deserialization or serialization. By defining prefixes one can write different
record types into the same stream.
public abstract Class<? extends Validator> defaultValidatorType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |