@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
Class | Description |
---|---|
DefaultSchema.DefaultSchemaProvider |
SchemaProvider for default schemas. |
DefaultSchema.DefaultSchemaProviderRegistrar |
Registrar for default schemas.
|
Annotation Type | Description |
---|---|
DefaultSchema |
The
DefaultSchema annotation specifies a SchemaProvider class to handle obtaining
a schema and row for the specified class. |
SchemaCreate |
Can be put on a constructor or a static method, in which case that constructor or method will be
used to created instance of the class by Beam's schema code.
|
SchemaFieldName |
When used on a POJO field or a JavaBean getter, the specified name is used for the generated
schema field.
|
SchemaIgnore |
When used on a POJO field or a JavaBean getter, that field or getter is ignored from the inferred
schema.
|