-
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface AvroAlias
Adds the given name and space as an alias to the schema.
Avro files of this schema can be read into classes
named by the alias.
-
-
Required Element Summary
Required Elements
Modifier and Type |
Required Element and Description |
String |
alias |
-
Optional Element Summary
Optional Elements
Modifier and Type |
Optional Element and Description |
String |
space |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.