@Retention(value=RUNTIME)
 @Target(value=TYPE)
public @interface SamzaSqlUdf
| Modifier and Type | Required Element and Description | 
|---|---|
| java.lang.String | descriptionDescription of the UDF | 
| java.lang.String | nameName of the UDF | 
| Modifier and Type | Optional Element and Description | 
|---|---|
| boolean | enabledWhether the UDF is enabled or not. |